Skip to content

Commit

Permalink
test: update test with next check from GARP
Browse files Browse the repository at this point in the history
  • Loading branch information
reednaa committed Mar 1, 2024
1 parent 8a76be5 commit c76990b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions evm/test/CatalystInterface/ConnectNewChain.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ contract TestConnectNewChain is TestCommon {


function test_connect_new_chain(bytes32 chainIdentifier, address remoteCCI, bytes calldata remoteGARP) external {
vm.assume(remoteGARP.length != 0);
bytes memory remoteCCIBytes = abi.encodePacked(
uint8(20),
bytes32(0),
Expand Down Expand Up @@ -42,6 +43,7 @@ contract TestConnectNewChain is TestCommon {
}

function test_error_connect_not_new_chain(bytes32 chainIdentifier, address remoteCCI, bytes calldata remoteGARP) external {
vm.assume(remoteGARP.length != 0);
bytes memory remoteCCIBytes = abi.encodePacked(
uint8(20),
bytes32(0),
Expand Down

0 comments on commit c76990b

Please sign in to comment.