From cf870e30ba585389867ae30b5613e75f403c1114 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 10 May 2020 19:22:54 -0400 Subject: [PATCH] Grammar: clock_test.go * remove stray article --- clock_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")