Fixed failling test in engine

This commit is contained in:
andronache
2021-10-25 17:34:29 +03:00
committed by Dan Christian Bogos
parent 2b3f1d9ee0
commit 49bc6f8fc8

View File

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