Skip to content

Commit ed737e7

Browse files
authored
Fix flaky test (#5913)
1 parent 43fb236 commit ed737e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/sys_view/ut_kqp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1044,7 +1044,7 @@ Y_UNIT_TEST_SUITE(SystemView) {
10441044
TYsonFieldChecker check(ysonString, 12);
10451045

10461046
check.Uint64(0u); // AllocatedSize
1047-
check.Uint64(0u); // AvailableSize
1047+
check.Uint64GreaterOrEquals(0u); // AvailableSize
10481048
check.Uint64(999u); // BoxId
10491049
check.Uint64(0u); // EncryptionMode
10501050
check.String("none"); // ErasureSpecies

0 commit comments

Comments
 (0)