Ensure test client specifies max supply in unittest

This commit is contained in:
lash
2023-06-08 14:39:46 +01:00
parent 5ff686e513
commit 80589e574a
4 changed files with 7 additions and 5 deletions

View File

@@ -16,4 +16,4 @@ class TestEthBurnerInterface:
self.rpc.do(o)
o = receipt(tx_hash)
r = self.rpc.do(o)
self.assertEqual(r['status'],1)
self.assertEqual(r['status'], 1)