Skip to content

Commit a616e62

Browse files
committed
fix incorrect copy-pasta comment
1 parent 4479f75 commit a616e62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/ldbwriter/ldb_callback_writer_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ func TestCallbackWriter_ApplyDMLStatement(t *testing.T) {
177177
schema.NewTestDMLStatement(schema.DMLTxEndKey),
178178
},
179179
},
180-
// since it's a transaction, we expect only one callback, and it should have all 3 updates
180+
// since these are transactions, we expect two callbacks, and each should have all 3 updates
181181
expectedCallbacks: 2,
182182
expectedUpdatesPerCallback: 3,
183183
wantErr: false,

0 commit comments

Comments
 (0)