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 b976dc2 commit 0ce9793Copy full SHA for 0ce9793
ydb/tests/functional/transfer/main.cpp
@@ -873,7 +873,7 @@ Y_UNIT_TEST_SUITE(Transfer)
873
if (1 == consumers.size()) {
874
UNIT_ASSERT_VALUES_EQUAL(1, consumers.size());
875
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");
+ UNIT_ASSERT_C("replicationConsumer" != consumers[0].GetConsumerName(), "Consumer name is random uuid");
877
break;
878
}
879
0 commit comments