Skip to content

Commit b71fea3

Browse files
fix conflict with writer tests
1 parent 9664c5b commit b71fea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Ydb.Sdk/tests/Topic/ReaderIntegrationTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class ReaderIntegrationTests : IClassFixture<DriverFixture>
1414
public ReaderIntegrationTests(DriverFixture driverFixture)
1515
{
1616
_driver = driverFixture.Driver;
17-
_topicName = "topic_" + Utils.Net;
17+
_topicName = "reader_topic_" + Utils.Net;
1818
}
1919

2020
[Fact]

0 commit comments

Comments
 (0)