Skip to content

Commit

Permalink
Update test_gas.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Daulox92 authored Dec 23, 2024
1 parent cc7ea7a commit d2ce6ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cairo_zero/tests/src/kakarot/test_gas.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def test_should_return_max_expansion_cost(
)

# If the memory expansion is greater than 2**27 words of 32 bytes
# We saturate it to the hardcoded value corresponding the the gas cost of a 2**32 memory size
# We saturate it to the hardcoded value corresponding the gas cost of a 2**32 memory size
expected_saturated = (
memory_cost_u32
if (words_len * 32 + expansion.expand_by) >= 2**32
Expand Down

0 comments on commit d2ce6ac

Please sign in to comment.