Skip to content

Commit

Permalink
fix: remove deadline check test
Browse files Browse the repository at this point in the history
  • Loading branch information
sujithsomraaj committed Sep 11, 2023
1 parent 0f7524b commit c850e1a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 181 deletions.
180 changes: 0 additions & 180 deletions test/integration-tests/MessageDeadlineCheck.t.sol

This file was deleted.

2 changes: 1 addition & 1 deletion test/integration-tests/RemoteAdapterAdd.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ contract RemoteAdapterAdd is Setup {
);

bool isTrusted = MultiMessageReceiver(contractAddress[137][bytes("MMA_RECEIVER")]).isTrustedExecutor(
contractAddress[137]["AXELAR_RECEIVER_ADAPTER"]
address(420421422)
);
assert(isTrusted);
}
Expand Down

0 comments on commit c850e1a

Please sign in to comment.