Skip to content

Commit

Permalink
dummy commit to benchmark test time with cache
Browse files Browse the repository at this point in the history
  • Loading branch information
heswithme committed Sep 17, 2024
1 parent 2f221fa commit 25e70d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unitary/twa/test_twa.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


def test_boa_timemachine():
for i in range(10):
for i in range(11):
current_timestamp = boa.env.evm.patch.timestamp
boa.env.time_travel(blocks=1)
assert boa.env.evm.patch.timestamp > current_timestamp
Expand Down

0 comments on commit 25e70d5

Please sign in to comment.