Skip to content

Commit

Permalink
Fix Err message
Browse files Browse the repository at this point in the history
  • Loading branch information
FollowTheProcess committed Jul 27, 2024
1 parent c2a6944 commit eb1af9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func Ok(t testing.TB, err error) {
func Err(t testing.TB, err error) {
t.Helper()
if err == nil {
t.Fatalf("Error was not nil:\t%v\n", err)
t.Fatalf("Error was nil\n")
}
}

Expand Down

0 comments on commit eb1af9c

Please sign in to comment.