Skip to content

Commit 22f5b48

Browse files
committed
patch unit test accordingly
1 parent 28147e3 commit 22f5b48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/tx/scheme_board/subscriber_ut.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -933,7 +933,7 @@ Y_UNIT_TEST_SUITE(TSubscriberSyncQuorumTest) {
933933
auto syncResponse = runtime.GrabEdgeEvent<NInternalEvents::TEvSyncResponse>(edge, TDuration::Seconds(10));
934934
UNIT_ASSERT_VALUES_EQUAL_C(syncResponse->Get()->Path, Path, syncResponse->ToString());
935935
UNIT_ASSERT_VALUES_EQUAL_C(syncResponse->Cookie, cookie, syncResponse->ToString());
936-
UNIT_ASSERT_VALUES_EQUAL_C(syncResponse->Get()->Partial, true, syncResponse->ToString());
936+
UNIT_ASSERT_VALUES_EQUAL_C(syncResponse->Get()->Partial, false, syncResponse->ToString());
937937

938938
// No additional sync responses.
939939
UNIT_CHECK_GENERATED_EXCEPTION(

0 commit comments

Comments
 (0)