Skip to content

Commit 6c9aaf8

Browse files
prune test
1 parent ef29544 commit 6c9aaf8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ydb/library/persqueue/topic_parser/ut/topic_names_converter_ut.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ Y_UNIT_TEST_SUITE(DiscoveryConverterTest) {
175175
);
176176
UNIT_ASSERT_VALUES_EQUAL(converter->GetFullModernName(), "account/account");
177177
UNIT_ASSERT_VALUES_EQUAL(converter->GetSecondaryPath("account"), "/account/account/account");
178-
178+
179179
converter = converterFactory.MakeDiscoveryConverter(
180180
"account/", {}, "dc1", "account"
181181
);
@@ -431,10 +431,11 @@ Y_UNIT_TEST_SUITE(TopicNameConverterForCPTest) {
431431
);
432432
UNIT_ASSERT(!converter->IsValid());
433433

434+
// this is valid, corresponding check relaxed
434435
converter = TTopicNameConverter::ForFederation(
435436
"", "", "topic-mirrored-from-sas", "/LbCommunal/account", "/LbCommunal/account", true, "sas", "account"
436437
);
437-
UNIT_ASSERT(!converter->IsValid());
438+
UNIT_ASSERT(converter->IsValid());
438439

439440
converter = TTopicNameConverter::ForFederation(
440441
"", "", "topic-mirrored-from-", "/LbCommunal/account", "/LbCommunal/account", true, "sas", "account"

0 commit comments

Comments
 (0)