Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
aavdonkin committed Oct 21, 2024
1 parent dfe5561 commit b4edaa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/core/tx/columnshard/engines/ut/ut_insert_table.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Y_UNIT_TEST_SUITE(TColumnEngineTestInsertTable) {
TUnifiedBlobId blobId1(2222, 1, 1, 100, 2, 0, 1);

TTestInsertTableDB dbTable;
TInsertTable insertTable(1);
TInsertTable insertTable;
ui64 indexSnapshot = 0;

// insert, not commited
Expand Down

0 comments on commit b4edaa4

Please sign in to comment.