Skip to content

Commit

Permalink
style: change test name
Browse files Browse the repository at this point in the history
  • Loading branch information
Daanvdplas committed Jan 15, 2025
1 parent 29baf90 commit 8d80429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ fn fund_pop_from_system_para(
/// Reserve Transfers of native asset from Relay to Parachain should work
#[test]
#[should_panic]
fn reserve_transfer_native_asset_from_relay_to_para() {
fn reserve_transfer_native_asset_from_relay_to_para_should_fail() {
init_tracing();

// Init values for Relay
Expand Down

0 comments on commit 8d80429

Please sign in to comment.