Update testEthCalls and testRpcMacro with closeWait
This commit is contained in:
parent
f0eb9693af
commit
7a27a78122
|
@ -74,4 +74,4 @@ suite "Generated from signatures":
|
||||||
check sigResults[1] == "0x47173285A8D7341E5E972FC677286384F802F8EF42A5EC5F03BBFA254CB01FAD"
|
check sigResults[1] == "0x47173285A8D7341E5E972FC677286384F802F8EF42A5EC5F03BBFA254CB01FAD"
|
||||||
|
|
||||||
server.stop()
|
server.stop()
|
||||||
server.close()
|
waitFor server.closeWait()
|
||||||
|
|
|
@ -157,4 +157,4 @@ suite "Server types":
|
||||||
check r == %"hello world"
|
check r == %"hello world"
|
||||||
|
|
||||||
s.stop()
|
s.stop()
|
||||||
s.close()
|
waitFor s.closeWait()
|
||||||
|
|
Loading…
Reference in New Issue