Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
inikulshin authored Dec 14, 2023
1 parent fbd414b commit 38f1a49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1230,7 +1230,7 @@ public async Task Should_get_queues_without_stats()
{
await CreateTestQueue(TestQueue);
var queues = await fixture.ManagementClient.GetQueuesWithoutStatsAsync();
queues.Count.Should().BeGreaterThan(0);
queues.Should().NotBeNullOrEmpty();
}


Expand Down

0 comments on commit 38f1a49

Please sign in to comment.