We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f5cd2b commit 675e30aCopy full SHA for 675e30a
rust-tests/src/lib.rs
@@ -313,7 +313,7 @@ mod tests {
313
let mut variant = BTreeMap::new();
314
variant.insert("target_platform".into(), host_subdir().into());
315
let hash = HashInfo::from_variant(&variant, &NoArchType::none());
316
- let pkg_hash = format!("pkg_hash-1.0.0-h{hash}_my_pkg.tar.bz2");
+ let pkg_hash = "pkg_hash-1.0.0-h_my_pkg.tar.bz2";
317
let pkg = pkg.display().to_string();
318
assert!(pkg.ends_with(&pkg_hash));
319
}
0 commit comments