Skip to content
This repository has been archived by the owner on May 18, 2023. It is now read-only.

Commit

Permalink
Grammar: clock_test.go
Browse files Browse the repository at this point in the history
* remove stray article
  • Loading branch information
jsoref authored May 10, 2020
1 parent 8cd1c9d commit cf870e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clock_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit cf870e3

Please sign in to comment.