Nits found during the bumping fellows repo (#3410)

This commit is contained in:
Branislav Kontur
2024-02-20 22:00:44 +01:00
committed by GitHub
parent fee810a5ea
commit b77b3a2de5
11 changed files with 19 additions and 10 deletions
@@ -371,7 +371,7 @@ mod tests {
for (asset, expected_result) in test_data {
assert_eq!(
<Convert as MatchesFungibles<xcm::v3::MultiLocation, u128>>::matches_fungibles(
<Convert as MatchesFungibles<xcm::v3::Location, u128>>::matches_fungibles(
&asset.clone().try_into().unwrap()
),
expected_result,