Skip to content

Commit

Permalink
test gas adjustment (squash before merge)
Browse files Browse the repository at this point in the history
  • Loading branch information
loothero committed Oct 3, 2023
1 parent 158d7be commit 5b32b33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/game/src/tests/test_game.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -1815,7 +1815,7 @@ mod tests {
}

#[test]
#[available_gas(57023944)]
#[available_gas(57077884)]
#[should_panic(expected: ('rate limit exceeded', 'ENTRYPOINT_FAILED'))]
fn test_exceed_rate_limit() {
let starting_block = 1000;
Expand All @@ -1832,7 +1832,7 @@ mod tests {
}

#[test]
#[available_gas(944417840)]
#[available_gas(94441784)]
fn test_exceed_rate_limit_block_rotation() {
let starting_block = 1000;
let mut game = new_adventurer_lvl2(starting_block);
Expand Down

0 comments on commit 5b32b33

Please sign in to comment.