Fix test using wrong rpc path

This commit is contained in:
coffeepots 2018-11-26 18:33:47 +00:00
parent 77b485c6ce
commit e1fad2e3ba
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ suite "Server types":
check s.hasMethod("rpc.optionalArg")
check s.hasMethod("rpc.mixedOptionalArg")
check s.hasMethod("rpc.optionalArgNotBuiltin")
check s.hasMethod("rpc.traceTransaction")
check s.hasMethod("rpc.optInObj")
test "Simple paths":
let r = waitFor rpcSimplePath(%[])