Skip to content

Commit

Permalink
Merge pull request #115 from aboutcircles/20241202-remove-unused-vari…
Browse files Browse the repository at this point in the history
…able-in-test

(test/groups): remove unused variable
  • Loading branch information
roleengineer authored Dec 2, 2024
2 parents 366111e + 4bb35b9 commit 8379488
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ contract usePolicyUpgradeableRenounceableProxyTest is Test, GroupSetup {
}

function testMintGroupWithProxyPolicy() public {
UpgradeableRenounceableProxy proxy = _createGroupWithProxyPolicy();
_createGroupWithProxyPolicy();

address alice = addresses[0];

Expand Down

0 comments on commit 8379488

Please sign in to comment.