Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed May 15, 2024
1 parent 4849c95 commit f718183
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class GossipRpcPartsQueueTest {
queue.addPublish(createRpcMessage("topic-$it", "data"))
}
(1..iHaves).forEach {
queue.addIHave(byteArrayOf(it.toByte()).toWBytes())
queue.addIHave(byteArrayOf(it.toByte()).toWBytes(), "topic-$it")
}
(1..iWants).forEach {
queue.addIWant(byteArrayOf(it.toByte()).toWBytes())
Expand Down

0 comments on commit f718183

Please sign in to comment.