Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
seadanda committed Sep 19, 2024
1 parent a8f793d commit a580aa7
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 @@ -491,6 +491,7 @@ fn upgrade_everything_works_with_just_relay_version() {
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") },
VersionedNetwork { network: Network::PolkadotCoretime, version: String::from("1.2.0") },
];
assert_eq!(details.networks, expected_networks);
assert!(details.additional.is_none());
Expand Down

0 comments on commit a580aa7

Please sign in to comment.