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 28147e3 commit 22f5b48Copy full SHA for 22f5b48
ydb/core/tx/scheme_board/subscriber_ut.cpp
@@ -933,7 +933,7 @@ Y_UNIT_TEST_SUITE(TSubscriberSyncQuorumTest) {
933
auto syncResponse = runtime.GrabEdgeEvent<NInternalEvents::TEvSyncResponse>(edge, TDuration::Seconds(10));
934
UNIT_ASSERT_VALUES_EQUAL_C(syncResponse->Get()->Path, Path, syncResponse->ToString());
935
UNIT_ASSERT_VALUES_EQUAL_C(syncResponse->Cookie, cookie, syncResponse->ToString());
936
- UNIT_ASSERT_VALUES_EQUAL_C(syncResponse->Get()->Partial, true, syncResponse->ToString());
+ UNIT_ASSERT_VALUES_EQUAL_C(syncResponse->Get()->Partial, false, syncResponse->ToString());
937
938
// No additional sync responses.
939
UNIT_CHECK_GENERATED_EXCEPTION(
0 commit comments