Skip to content

Commit

Permalink
Merge cb7d421 into 74c61c9
Browse files Browse the repository at this point in the history
  • Loading branch information
shnikd authored Mar 11, 2024
2 parents 74c61c9 + cb7d421 commit 24d0960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/core/tx/schemeshard/ut_restore/ut_restore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2616,7 +2616,7 @@ Y_UNIT_TEST_SUITE(TImportTests) {
}

return ev->Get<TEvSchemeShard::TEvModifySchemeTransaction>()->Record
.GetTransaction(0).GetOperationType() == NKikimrSchemeOp::ESchemeOpCreateTable;
.GetTransaction(0).GetOperationType() == NKikimrSchemeOp::ESchemeOpCreateIndexedTable;
});
}

Expand Down

0 comments on commit 24d0960

Please sign in to comment.