Skip to content

Commit 03f1b29

Browse files
fix
1 parent 82e0b13 commit 03f1b29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/kqp/ut/olap/sys_view_ut.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ Y_UNIT_TEST_SUITE(KqpOlapSysView) {
242242
ui64 rawBytes2;
243243
ui64 bytes2;
244244
helper.GetVolumes(rawBytes2, bytes2, false, {"new_column_ui64"});
245-
AFL_VERIFY(rawBytes2 == 6500041)("real", rawBytes2);
245+
AFL_VERIFY(rawBytes2 == 6500023)("real", rawBytes2);
246246
AFL_VERIFY(bytes2 == 45360)("b", bytes2);
247247
}
248248
}

0 commit comments

Comments
 (0)