Skip to content

Commit

Permalink
fix incorrect copy-pasta comment
Browse files Browse the repository at this point in the history
  • Loading branch information
erikdw committed Jan 16, 2024
1 parent 4479f75 commit a616e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ldbwriter/ldb_callback_writer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ func TestCallbackWriter_ApplyDMLStatement(t *testing.T) {
schema.NewTestDMLStatement(schema.DMLTxEndKey),
},
},
// since it's a transaction, we expect only one callback, and it should have all 3 updates
// since these are transactions, we expect two callbacks, and each should have all 3 updates
expectedCallbacks: 2,
expectedUpdatesPerCallback: 3,
wantErr: false,
Expand Down

0 comments on commit a616e62

Please sign in to comment.