Skip to content

Commit

Permalink
Merge 1aebdc9 into 86cd6aa
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrigis committed Aug 20, 2019
2 parents 86cd6aa + 1aebdc9 commit 7ecdcb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions log/testutil.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ func AfterTest(t *testing.T) {
}
Print("Stack-trace of caller: ", Stack())
if t != nil {
t.Fatalf("Test leaks %d gorountines.", len(stackCount))
t.Fatalf("Test leaks %d goroutines.", len(stackCount))
} else {
Fatal(fmt.Sprintf("Test leaks %d gorountines.", len(stackCount)))
Fatal(fmt.Sprintf("Test leaks %d goroutines.", len(stackCount)))
}
}
}
Expand Down

0 comments on commit 7ecdcb6

Please sign in to comment.