Skip to content

Commit

Permalink
Fixed weirdness in formatting in test
Browse files Browse the repository at this point in the history
  • Loading branch information
mhutchinson committed Nov 12, 2024
1 parent efbffcb commit 01aa793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion await_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ func TestAwait_multiClient(t *testing.T) {
t.Errorf("function for %d failed: %v", i, err)
}
if i != index {
t.Errorf(fmt.Sprintf("got %d but expected %d", i, index))
t.Errorf("got %d but expected %d", i, index)
}
cp, _, _, err := log.ParseCheckpoint(cpRaw, "example.com/log/testdata", v)
if err != nil {
Expand Down

0 comments on commit 01aa793

Please sign in to comment.