Skip to content

Commit

Permalink
record: fix error log
Browse files Browse the repository at this point in the history
  • Loading branch information
caicancai authored and RaduBerinde committed Sep 14, 2024
1 parent 51e08f0 commit 6c9ad29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion record/log_writer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ func TestSyncError(t *testing.T) {
require.NoError(t, err)
syncWG.Wait()
if injectedErr != syncErr {
t.Fatalf("unexpected %v but found %v", injectedErr, syncErr)
t.Fatalf("expected %v but found %v", injectedErr, syncErr)
}
}
// First waiter receives error.
Expand Down

0 comments on commit 6c9ad29

Please sign in to comment.