remove unused code

This commit is contained in:
zixuanzh
2019-04-02 21:17:48 -04:00
parent 41d1aae55b
commit 0238dff217
2 changed files with 0 additions and 14 deletions

View File

@ -54,8 +54,6 @@ async def test_simple_two_nodes_RPC():
# as the message sent by node_a
assert res_b.SerializeToString() == msg.publish[0].SerializeToString()
# Success, terminate pending tasks.
await cleanup()