Skip to content

Commit

Permalink
fix one more test wrt nairobi gas update
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasochem committed Jul 31, 2023
1 parent 8e65187 commit 87bebdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/regression/test_simulate_single_operation.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def test_simulate_single_operation():
assert PaymentStatus.DONE == simulation_status
consumed_gas, tx_fee, storage = simulation_results
assert 250 == consumed_gas
assert 313.0 == default_fee + consumed_gas * MUTEZ_PER_GAS_UNIT
assert 323.0 == default_fee + consumed_gas * MUTEZ_PER_GAS_UNIT
assert int == type(storage) # type of storage should be int
assert 24 == storage

Expand Down

0 comments on commit 87bebdd

Please sign in to comment.