Skip to content

Commit 389ad96

Browse files
committed
fix tests
1 parent c078c48 commit 389ad96

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ydb/core/tx/schemeshard/ut_olap/ut_olap.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ Y_UNIT_TEST_SUITE(TOlap) {
474474
ColumnName: "timestamp"
475475
ColumnUnit: UNIT_AUTO
476476
Tiers: {
477-
EvictAfterSeconds: 360
477+
ApplyAfterSeconds: 360
478478
StorageName: "Tier1"
479479
}
480480
}
@@ -498,7 +498,7 @@ Y_UNIT_TEST_SUITE(TOlap) {
498498
ColumnName: "timestamp"
499499
ColumnUnit: UNIT_AUTO
500500
Tiers: {
501-
EvictAfterSeconds: 3600000000
501+
ApplyAfterSeconds: 3600000000
502502
StorageName: "Tier1"
503503
}
504504
}
@@ -649,7 +649,7 @@ Y_UNIT_TEST_SUITE(TOlap) {
649649
ColumnName: "timestamp"
650650
ColumnUnit: UNIT_AUTO
651651
Tiers: {
652-
EvictAfterSeconds: 3600000000
652+
ApplyAfterSeconds: 3600000000
653653
StorageName: "Tier1"
654654
}
655655
}

0 commit comments

Comments
 (0)