Skip to content

Commit

Permalink
fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
claravanstaden committed Sep 20, 2024
1 parent e6837de commit b96caa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridges/snowbridge/primitives/router/src/outbound/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1165,7 +1165,7 @@ fn xcm_converter_transfer_native_token_with_invalid_location_will_fail() {
}

#[test]
fn exporter_validate_with_unknown_network_yields_not_applicable_does_not_alter_destination() {
fn exporter_validate_with_invalid_dest_does_not_alter_destination() {
let network = BridgedNetwork::get();
let mut destination: InteriorLocation = Parachain(1000).into();

Expand Down

0 comments on commit b96caa5

Please sign in to comment.