Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit d93d424

Browse files
author
Tom Galloway
committed
Removing incorrect semi colon.
1 parent 08163b0 commit d93d424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

market/tests/test_protocol.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ def test_add_listener_correctly(self):
2525

2626
def test_rpc_get_image_invalid_image_hash(self):
2727
mp = MarketProtocol(self.node, self.router, 0, 0)
28-
self.assertRaises(Exception, mp.rpc_get_image(mknode(), "invalid_hash"));
28+
self.assertRaises(Exception, mp.rpc_get_image(mknode(), "invalid_hash"))

0 commit comments

Comments
 (0)