We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d784c81 commit e7674a9Copy full SHA for e7674a9
metering/tests/test_contract_api.py
@@ -5,4 +5,7 @@
5
6
class TestContractAPI(unittest.TestCase):
7
def test_contract_api(self):
8
- APIUtilityService().get_user_address('m5FKWq4hW0foGW5qSbzGSjgZRuKs7A1ZwbIrJ9e96rc=', 0)
+ self.assertEqual(
9
+ APIUtilityService().get_user_address('m5FKWq4hW0foGW5qSbzGSjgZRuKs7A1ZwbIrJ9e96rc=', 0),
10
+ '0xabd2cCb3828b4428bBde6C2031A865b0fb272a5A'
11
+ )
0 commit comments