Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

Commit

Permalink
Merge 905eade into ef1b328
Browse files Browse the repository at this point in the history
  • Loading branch information
ixje committed Jan 10, 2019
2 parents ef1b328 + 905eade commit 45a5421
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_client.py
Expand Up @@ -309,7 +309,9 @@ def test_send_raw_tx(self):
# so we are testing if we get back a false
result = client.send_raw_tx(raw_tx)

self.assertEqual(result, False)
self.assertIn('error', result)
self.assertIn('Block or transaction already exists', result['error']['message'])


def test_validate_addr(self):

Expand Down

0 comments on commit 45a5421

Please sign in to comment.