Skip to content
Snippets Groups Projects
Commit 080076d3 authored by Holger Nahrstaedt's avatar Holger Nahrstaedt
Browse files

fix unit test

parent 9eb381d2
No related branches found
No related tags found
No related merge requests found
......@@ -208,7 +208,7 @@ class Testcases(unittest.TestCase):
with self.assertRaises(
exceptions.NoApiWithName
):
rpc.get_config(api="wrong_api")
rpc.get_block({"block_num": 1}, api="wrong_api")
with self.assertRaises(
exceptions.UnhandledRPCError
):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment