Skip to content

Commit 0ce9793

Browse files
authored
fixed flapping test (#15302)
1 parent b976dc2 commit 0ce9793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/tests/functional/transfer/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -873,7 +873,7 @@ Y_UNIT_TEST_SUITE(Transfer)
873873
if (1 == consumers.size()) {
874874
UNIT_ASSERT_VALUES_EQUAL(1, consumers.size());
875875
Cerr << "Consumer name is '" << consumers[0].GetConsumerName() << "'" << Endl << Flush;
876-
UNIT_ASSERT_VALUES_EQUAL_C(35, consumers[0].GetConsumerName().size(), "Consumer name is random uuid");
876+
UNIT_ASSERT_C("replicationConsumer" != consumers[0].GetConsumerName(), "Consumer name is random uuid");
877877
break;
878878
}
879879

0 commit comments

Comments
 (0)