Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
seadanda committed Sep 9, 2024
1 parent f92654b commit 644985d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,7 @@ fn upgrade_everything_works_with_just_relay_version() {
VersionedNetwork { network: Network::PolkadotAssetHub, version: String::from("1.2.0") },
VersionedNetwork { network: Network::PolkadotCollectives, version: String::from("1.2.0") },
VersionedNetwork { network: Network::PolkadotBridgeHub, version: String::from("1.2.0") },
VersionedNetwork { network: Network::PolkadotPeople, version: String::from("1.2.0") },
];
assert_eq!(details.networks, expected_networks);
assert!(details.additional.is_none());
Expand Down

0 comments on commit 644985d

Please sign in to comment.