Skip to content

Commit

Permalink
fix: remove unneeded test case
Browse files Browse the repository at this point in the history
  • Loading branch information
skellet0r committed Apr 17, 2022
1 parent 7389e72 commit 745919a
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ def setup(alice, bob, chain):
assert chain.provider.get_block("latest").number == 1


def test_test():
assert True


def test_isolation_first(alice, bob, chain):
assert chain.provider.get_block("latest").number == 1
assert bob.balance == 1_000_001 * 10**18
Expand Down

0 comments on commit 745919a

Please sign in to comment.