Skip to content

Commit

Permalink
fix a test
Browse files Browse the repository at this point in the history
  • Loading branch information
swalrus1 committed Nov 28, 2024
1 parent f4e94a0 commit 36331ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/core/tx/schemeshard/ut_ttl/ut_ttl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1207,7 +1207,7 @@ Y_UNIT_TEST_SUITE(TSchemeShardTTLTests) {
}
}
}
)", {{NKikimrScheme::StatusInvalidParameter, "Only the last tier in TTL settings can have Delete action"}});
)", {{NKikimrScheme::StatusInvalidParameter, "Tier 0: only the last tier in TTL settings can have Delete action"}});

TestAlterTable(runtime, ++txId, "/MyRoot", R"(
Name: "TTLEnabledTable"
Expand Down

0 comments on commit 36331ab

Please sign in to comment.