Skip to content

Commit baa5f12

Browse files
committed
update test
1 parent 4a44cd3 commit baa5f12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Deploy.t.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ contract Deploy_Test is Test {
2020
assertTrue(address(escrow) != address(0), "Escrow not deployed");
2121
assertTrue(escrow.isTokenWhitelisted(Params.BASE_USDC), "WETH not whitelisted");
2222
assertEq (escrow.owner(), Params.OWNER, "Incorrect owner");
23+
assertEq (escrow.signer(), Params.SIGNER, "Incorrect signer");
2324
assertEq (escrow.feeRecipient(), Params.OWNER, "Incorrect fee recipient");
2425
assertEq (escrow.protocolFeeBps(), Params.BASE_FEE_BPS, "Incorrect fee");
2526
}

0 commit comments

Comments
 (0)