Skip to content

Commit

Permalink
fix gas test
Browse files Browse the repository at this point in the history
  • Loading branch information
Corentin Cailleaud committed Mar 2, 2024
1 parent faf6406 commit fb4e961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/test_world.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ mod tests {
}

#[test]
#[available_gas(50000000)]
#[available_gas(100000000)]
fn test_connect_machines() {
// caller
let caller = starknet::contract_address_const::<0x0>();
Expand Down

0 comments on commit fb4e961

Please sign in to comment.