revert unwanted change

This commit is contained in:
fbarbu15 2023-11-16 16:49:05 +02:00
parent 2e58b2db97
commit 57822dc86b
No known key found for this signature in database
GPG Key ID: D75221C8DEA22501

View File

@ -201,7 +201,6 @@ class TestRelayPublish(StepsRelay):
self.node1.unpause()
self.check_published_message_reaches_peer(self.create_message(payload=to_base64("M1")))
self.node2.pause()
self.check_published_message_reaches_peer(self.create_message())
self.node2.unpause()
self.check_published_message_reaches_peer(self.create_message(payload=to_base64("M2")))