Skip to content

Commit

Permalink
fix one of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
droserasprout committed Jan 14, 2025
1 parent beddddc commit 1a49a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sandbox_tests/test_sandbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def test_3_create_transaction(self) -> None:
def test_4_bake_block(self) -> None:
self.bake_block()
bootstrap3 = self.client.shell.contracts[sandbox_addresses['bootstrap3']]()
self.assertEqual(3800000336497, int(bootstrap3['balance']))
self.assertEqual(3800000316708, int(bootstrap3['balance']))

def test_5_activate_account(self) -> None:
client = self.get_client(key=sandbox_commitment)
Expand Down

0 comments on commit 1a49a8f

Please sign in to comment.