Commit 75953053 authored by Alejandro Escobar's avatar Alejandro Escobar

type found with controller comment.

parent ce93c810
......@@ -888,7 +888,7 @@ func wrapTestWithInjectedOperation(toWrap testCall, injectBeforeOperation func(c
atomic.StoreInt32(&testFinished, 1)
}()
// Wait for the controler to finish the test function.
// Wait for the controller to finish the test function.
for atomic.LoadInt32(&testFinished) == 0 {
time.Sleep(time.Millisecond * 10)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment