diff --git a/clock_test.go b/clock_test.go index 322b742..70cc7c7 100644 --- a/clock_test.go +++ b/clock_test.go @@ -334,7 +334,7 @@ func TestMock_Sleep(t *testing.T) { t.Fatal("too early") } - // Move clock forward to the after the sleep duration. + // Move clock forward to after the sleep duration. clock.Add(1 * time.Second) if atomic.LoadInt32(&ok) == 0 { t.Fatal("too late")