Skip to content

Commit a4d0017

Browse files
committed
fix test
1 parent 93dee2f commit a4d0017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/kqp/ut/opt/kqp_ne_ut.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2984,7 +2984,7 @@ Y_UNIT_TEST_SUITE(KqpNewEngine) {
29842984
UNIT_ASSERT_VALUES_EQUAL_C(result.GetStatus(), EStatus::SUCCESS, result.GetIssues().ToString());
29852985

29862986
AssertTableStats(result, "/Root/Test", {
2987-
.ExpectedReads = 2,
2987+
.ExpectedReads = 1,
29882988
.ExpectedDeletes = 2,
29892989
});
29902990

0 commit comments

Comments
 (0)