Skip to content

Commit

Permalink
Fixed (thank you @kellan-simiotics again)
Browse files Browse the repository at this point in the history
  • Loading branch information
Neeraj Kashyap committed Aug 1, 2023
1 parent f38985f commit 5405532
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/web3cli/test_inventory.py
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ def test_admin_cannot_mark_erc721_tokens_as_eligible_for_slots_if_pool_id_is_non
self.inventory.mark_item_as_equippable_in_slot(
slot,
erc721_type,
self.nft.address,
self.item_nft.address,
1,
1,
{"from": self.admin},
Expand Down Expand Up @@ -558,7 +558,7 @@ def test_admin_cannot_mark_erc721_tokens_as_eligible_for_slots_with_max_amount_g
self.inventory.mark_item_as_equippable_in_slot(
slot,
erc721_type,
self.nft.address,
self.item_nft.address,
0,
2,
{"from": self.admin},
Expand Down

0 comments on commit 5405532

Please sign in to comment.