entvex commented on code in PR #162:
URL: https://github.com/apache/pulsar-dotpulsar/pull/162#discussion_r1288280993
##########
tests/DotPulsar.Tests/ConsumerTests.cs:
##########
@@ -34,13 +35,12 @@ public ConsumerTests(IntegrationFixture fixture)
_fixture = fixture;
}
- [Theory]
- [InlineData(10000)]
- public async Task Messages_GivenTopicWithMessages_ShouldConsumeAll(int
numberOfMessages)
+ [Fact]
+ public async Task Consumer_GivenTopicWithMessages_ShouldConsumeAll()
Review Comment:
I agree!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]