Skip to content

Commit

Permalink
squash
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed May 26, 2024
1 parent 7803216 commit 4ad31af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions contracts/loot/src/loot.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -2866,13 +2866,12 @@ mod tests {
}

#[test]
#[available_gas(5560)]
#[available_gas(5760)]
fn test_get_type_gas() {
ImplLoot::get_type(101);
}

#[test]
#[available_gas(649660)]
fn test_get_type() {
let warhammer = ItemId::Warhammer;
let warhammer_type = ImplLoot::get_type(warhammer);
Expand Down

0 comments on commit 4ad31af

Please sign in to comment.