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

Commit

Permalink
update test usages
Browse files Browse the repository at this point in the history
  • Loading branch information
claravanstaden authored and claravanstaden committed Jan 9, 2024
1 parent dedf56c commit cd5e98b
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ fn collator_session_keys() -> bridge_hub_test_utils::CollatorSessionKeys<Runtime

#[test]
pub fn transfer_token_to_ethereum_works() {
snowbridge_runtime_tests::send_transfer_token_message_success::<Runtime, XcmConfig>(
snowbridge_runtime_test_common::send_transfer_token_message_success::<Runtime, XcmConfig>(
collator_session_keys(),
1013,
1000,
Expand All @@ -59,7 +59,7 @@ pub fn transfer_token_to_ethereum_works() {

#[test]
pub fn unpaid_transfer_token_to_ethereum_fails_with_barrier() {
snowbridge_runtime_tests::send_unpaid_transfer_token_message::<Runtime, XcmConfig>(
snowbridge_runtime_test_common::send_unpaid_transfer_token_message::<Runtime, XcmConfig>(
collator_session_keys(),
1013,
1000,
Expand All @@ -70,7 +70,7 @@ pub fn unpaid_transfer_token_to_ethereum_fails_with_barrier() {

#[test]
pub fn transfer_token_to_ethereum_fee_not_enough() {
snowbridge_runtime_tests::send_transfer_token_message_failure::<Runtime, XcmConfig>(
snowbridge_runtime_test_common::send_transfer_token_message_failure::<Runtime, XcmConfig>(
collator_session_keys(),
1013,
1000,
Expand All @@ -85,7 +85,7 @@ pub fn transfer_token_to_ethereum_fee_not_enough() {

#[test]
pub fn transfer_token_to_ethereum_insufficient_fund() {
snowbridge_runtime_tests::send_transfer_token_message_failure::<Runtime, XcmConfig>(
snowbridge_runtime_test_common::send_transfer_token_message_failure::<Runtime, XcmConfig>(
collator_session_keys(),
1013,
1000,
Expand Down

0 comments on commit cd5e98b

Please sign in to comment.