Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed May 21, 2024
1 parent 8f49d08 commit a3e5212
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ class GossipRpcPartsQueueTest {
assertThat(res.control.ihaveList[0].topicID).isEqualTo(topic)

val serialized = res.toByteArray()
val desrializedRpc = Rpc.RPC.parseFrom(serialized)
assertThat(desrializedRpc.control.ihaveList[0].topicID).isEqualTo(topic)
val deserializedRpc = Rpc.RPC.parseFrom(serialized)
assertThat(deserializedRpc.control.ihaveList[0].topicID).isEqualTo(topic)
}
}

0 comments on commit a3e5212

Please sign in to comment.