Skip to content

Commit

Permalink
clean up tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fangting-alchemy committed Jan 12, 2024
1 parent 5b2d963 commit cbee872
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/plugin/owner/MultiOwnerPlugin.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ contract MultiOwnerPluginTest is Test {

function test_updateOwners_failWithZeroAddressOwner() public {
address[] memory ownersToAdd = new address[](2);
ownersToAdd[0] = address(0);

vm.expectRevert(abi.encodeWithSelector(IMultiOwnerPlugin.InvalidOwner.selector, address(0)));
plugin.updateOwners(ownersToAdd, new address[](0));
Expand Down

0 comments on commit cbee872

Please sign in to comment.