Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroknots committed Feb 19, 2024
1 parent 1326e23 commit e7f6cc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/MakeAccount.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ contract BaseTest is RhinestoneModuleKit, Test {

function setUp() public virtual {
instance = makeAccountInstance("1");

MockValidator defaultValidator = new MockValidator();
MockExecutor defaultExecutor = new MockExecutor();
vm.deal(instanceSafe.account, 1000 ether);
Expand Down

0 comments on commit e7f6cc0

Please sign in to comment.