Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
r-tomassetti committed Oct 23, 2024
1 parent f396139 commit 462b752
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ trait QueueSubscriberSuite extends CatsEffectSuite { self: QueueClientSuite =>
messages <- randomMessages(10)
received <- Ref[IO].of(List.empty[(String, Map[String, String])])
client = clientFixture()
_ <- assertIO(client.administration.exists(queueName), true)
_ <- Stream
.emits(messages)
.through(client.publish(queueName).sink(batchSize = 10))
Expand Down

0 comments on commit 462b752

Please sign in to comment.