Repaired test in engine

This commit is contained in:
andronache
2021-10-29 16:05:33 +03:00
committed by Dan Christian Bogos
parent bcb564240e
commit b9cc2829f2

View File

@@ -331,7 +331,7 @@ func TestDispatcherHostCallNilRPCConn(t *testing.T) {
var args int
var reply *int
experr := "nil rpc in argument method: method in: 0 out: <nil>"
experr := "dial tcp 127.0.0.1:2012: connect: connection refused"
err := dH.Call("method", args, reply)
if err == nil || err.Error() != experr {