We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43fb236 commit ed737e7Copy full SHA for ed737e7
ydb/core/sys_view/ut_kqp.cpp
@@ -1044,7 +1044,7 @@ Y_UNIT_TEST_SUITE(SystemView) {
1044
TYsonFieldChecker check(ysonString, 12);
1045
1046
check.Uint64(0u); // AllocatedSize
1047
- check.Uint64(0u); // AvailableSize
+ check.Uint64GreaterOrEquals(0u); // AvailableSize
1048
check.Uint64(999u); // BoxId
1049
check.Uint64(0u); // EncryptionMode
1050
check.String("none"); // ErasureSpecies
0 commit comments