Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
cassc committed Sep 4, 2024
1 parent a4fdaef commit 09244fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_fork.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,4 @@ def test_get_balance_from_fork(self):
fork_url = "https://eth.llamarpc.com"
tevm = tinyevm.TinyEVM(fork_url, 17890805)

# tevm.contract_call('0x8ee335785a9c08219CEf04d46f1f01865F102Bf4')
assert 1378414300424348501 == tevm.get_balance('0x8ee335785a9c08219CEf04d46f1f01865F102Bf4')

0 comments on commit 09244fe

Please sign in to comment.