From b9b9bef8ee817d5db3f8c55ee64c438a35df8e69 Mon Sep 17 00:00:00 2001 From: claravanstaden Date: Fri, 6 Oct 2023 11:00:14 +0200 Subject: [PATCH] consistent test name --- .../runtimes/bridge-hubs/bridge-hub-rococo/tests/tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/tests/tests.rs b/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/tests/tests.rs index 3dc3321c9025..cbea8dcc4fda 100644 --- a/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/tests/tests.rs +++ b/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/tests/tests.rs @@ -276,7 +276,7 @@ mod bridge_hub_rococo_tests { } #[test] - pub fn transfer_token_to_ethereum() { + pub fn transfer_token_to_ethereum_works() { bridge_hub_test_utils::test_cases::handle_transfer_token_message::< Runtime, XcmConfig,