Skip to content

Commit

Permalink
Test constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
ezynda3 committed Dec 12, 2024
1 parent 254de71 commit 816030a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/solidity/Facets/RelayFacet.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@ contract RelayFacetTest is TestBaseFacet {
}
}

function test_CanDeployFacet() public virtual {
new RelayFacet(RELAY_RECEIVER, RELAY_SOLVER);
}

function testRevert_BridgeWithInvalidSignature() public virtual {
vm.startPrank(USER_SENDER);

Expand Down

0 comments on commit 816030a

Please sign in to comment.