Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jiguantong committed Jun 9, 2022
1 parent ea3adff commit eb0bb7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/fee-market/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ fn test_callback_no_order_created_when_fee_market_not_ready() {
Messages::send_message(Origin::signed(1), TEST_LANE_ID, REGULAR_PAYLOAD, 200),
DispatchError::Module(ModuleError {
index: 4,
error: 2,
error: [2, 0, 0, 0],
message: Some("MessageRejectedByLaneVerifier")
})
);
Expand Down Expand Up @@ -1183,7 +1183,7 @@ fn test_fee_verification_when_send_message() {
Messages::send_message(Origin::signed(1), TEST_LANE_ID, REGULAR_PAYLOAD, 200),
DispatchError::Module(ModuleError {
index: 4,
error: 2,
error: [2, 0, 0, 0],
message: Some("MessageRejectedByLaneVerifier")
})
);
Expand All @@ -1194,7 +1194,7 @@ fn test_fee_verification_when_send_message() {
Messages::send_message(Origin::signed(1), TEST_LANE_ID, REGULAR_PAYLOAD, 49),
DispatchError::Module(ModuleError {
index: 4,
error: 2,
error: [2, 0, 0, 0],
message: Some("MessageRejectedByLaneVerifier")
})
);
Expand Down

0 comments on commit eb0bb7f

Please sign in to comment.