type found with controller comment.

pull/6/head
Alejandro Escobar 2016-12-07 10:55:02 -08:00
parent ce93c81029
commit 759530536f
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}