Skip to content

Commit

Permalink
fix test (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
hujw77 authored Mar 22, 2024
1 parent 485fdb4 commit d3b7bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/user/Application.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ contract UserApplication is Application {
address xmsgSender = _xmsgSender();
require(msgHash == bytes32(uint256(1)));
require(fromChainid == 1);
require(xmsgSender == protocol());
require(xmsgSender == ORMP);
}
}

0 comments on commit d3b7bba

Please sign in to comment.