Update testEthCalls and testRpcMacro with closeWait

This commit is contained in:
coffeepots 2018-09-13 19:20:16 +01:00
parent f0eb9693af
commit 7a27a78122
2 changed files with 2 additions and 2 deletions

View File

@ -74,4 +74,4 @@ suite "Generated from signatures":
check sigResults[1] == "0x47173285A8D7341E5E972FC677286384F802F8EF42A5EC5F03BBFA254CB01FAD"
server.stop()
server.close()
waitFor server.closeWait()

View File

@ -157,4 +157,4 @@ suite "Server types":
check r == %"hello world"
s.stop()
s.close()
waitFor s.closeWait()