Skip to content

Commit

Permalink
fix banning test
Browse files Browse the repository at this point in the history
  • Loading branch information
giuseppecrj committed Dec 24, 2024
1 parent 729c46b commit ea1e8e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contracts/test/spaces/banning/Banning.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ contract BanningTest is BaseSetup, IRolesBase, IMembershipBase {
function test_ban(
address wallet
) external assumeEOA(wallet) givenWalletHasJoinedSpace(wallet) {
vm.assume(wallet != founder);

uint256[] memory tokenIds = queryable.tokensOfOwner(wallet);
uint256 tokenId = tokenIds[0];

Expand Down

0 comments on commit ea1e8e7

Please sign in to comment.