Skip to content

Commit b1e4586

Browse files
committed
updated tests
1 parent 3c68b57 commit b1e4586

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test_accounts.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
from etherscan.accounts import Account
44

5-
SINGLE_BALANCE = '40807168566070000000000'
5+
SINGLE_BALANCE = '40807178566070000000000'
66
SINGLE_ACCOUNT = '0xddbd2b932c763ba5b1b7ae3b362eac3e8d40121a'
77
MULTI_ACCOUNT = ['0xddbd2b932c763ba5b1b7ae3b362eac3e8d40121a',
88
'0xddbd2b932c763ba5b1b7ae3b362eac3e8d40121a']
99
MULTI_BALANCE = [
1010
{'account': '0xddbd2b932c763ba5b1b7ae3b362eac3e8d40121a',
11-
'balance': '40807168566070000000000'},
11+
'balance': '40807178566070000000000'},
1212
{'account': '0xddbd2b932c763ba5b1b7ae3b362eac3e8d40121a',
13-
'balance': '40807168566070000000000'}
13+
'balance': '40807178566070000000000'}
1414
]
1515
API_KEY = 'YourAPIkey'
1616

0 commit comments

Comments
 (0)