Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair-singh committed Dec 16, 2023
1 parent bee4819 commit 0ab70eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions parachain/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions parachain/runtime/tests/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ pub fn transfer_token_from_non_assethub_to_ethereum_unroutable() {
collator_session_keys(),
1013,
1001,
BridgeHubEthereumBaseFeeInROC::get() + 1_000_000_000,
DefaultBridgeHubEthereumBaseFee::get() + 1_000_000_000,
H160::random(),
H160::random(),
// fee not enough
Expand All @@ -71,7 +71,7 @@ pub fn transfer_token_to_ethereum_fee_not_enough() {
collator_session_keys(),
1013,
1000,
BridgeHubEthereumBaseFeeInROC::get() + 1_000_000_000,
DefaultBridgeHubEthereumBaseFee::get() + 1_000_000_000,
H160::random(),
H160::random(),
// fee not enough
Expand Down

0 comments on commit 0ab70eb

Please sign in to comment.