Skip to content

Commit

Permalink
fix: manual format to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexD10S committed Mar 27, 2024
1 parent 074670e commit 01f7c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parachains/zombienet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ mod tests {
let temp_dir = tempfile::tempdir().expect("Could not create temp dir");
let cache = PathBuf::from(temp_dir.path());

let source = Source::Url {
let source = Source::Url {
name: "polkadot".to_string(),
version: "v1.7.0".to_string(),
url: "https://github.com/paritytech/polkadot-sdk/releases/download/polkadot-v1.7.0/polkadot".to_string()
Expand Down

0 comments on commit 01f7c2a

Please sign in to comment.