Skip to content

Commit 57b92b3

Browse files
fix: remove prank when deploying SIP-04
Signed-off-by: Elliot <[email protected]>
1 parent 2598085 commit 57b92b3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/TestVault04.t.sol

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,8 @@ contract TestVault04 is Test, SIP04 {
4444
/// copy SIP03 addresses into this contract for integration testing
4545
setAddresses(sip03.addresses());
4646

47-
/// run the proposal
48-
vm.startPrank(addresses.getAddress("DEPLOYER_EOA"));
47+
/// deploy contracts from MIP-04
4948
deploy();
50-
vm.stopPrank();
5149

5250
/// build and run proposal
5351
build();

0 commit comments

Comments
 (0)