Revert "fix: [tests] Fixed copy paste issue"

This reverts commit fd711475dd.
pull/360/head
chrisr3d 2019-12-17 23:46:37 +01:00
parent fd711475dd
commit 6a041bc3ee
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ class TestExpansions(unittest.TestCase):
try:
self.assertTrue(self.get_values(response).startswith('\n\nAddress:\t1ES14c7qLb5CYhLMUekctxLgc1FV2Ti9DA\nBalance:\t0.0000000000 BTC (+0.0005355700 BTC / -0.0005355700 BTC)'))
except Exception:
self.assertEqual(self.get_errors(response), 'Not a valid BTC address')
self.assertEqual(self.get_values(response), 'Not a valid BTC address')
def test_btc_scam_check(self):
query = {"module": "btc_scam_check", "btc": "1ES14c7qLb5CYhLMUekctxLgc1FV2Ti9DA"}