mirror of
https://github.com/logos-storage/nim-json-rpc.git
synced 2026-01-06 23:53:09 +00:00
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"
|
||||
|
||||
server.stop()
|
||||
server.close()
|
||||
waitFor server.closeWait()
|
||||
|
||||
@ -157,4 +157,4 @@ suite "Server types":
|
||||
check r == %"hello world"
|
||||
|
||||
s.stop()
|
||||
s.close()
|
||||
waitFor s.closeWait()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user