diff --git a/tests/testerrors.nim b/tests/testerrors.nim index 7390591..ea9fced 100644 --- a/tests/testerrors.nim +++ b/tests/testerrors.nim @@ -21,5 +21,7 @@ suite "RPC Errors": let malformedJson = "{field: 2, \"field: 3}\n" res = waitFor client.rawCall("rpc", malformedJson) - info "res", res - + test "Missing RPC": + #expect: + let res = waitFor client.call("phantomRpc", %[]) + echo ">>", res