Skip to content

Commit 675e30a

Browse files
committed
please hashes
1 parent 2f5cd2b commit 675e30a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust-tests/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ mod tests {
313313
let mut variant = BTreeMap::new();
314314
variant.insert("target_platform".into(), host_subdir().into());
315315
let hash = HashInfo::from_variant(&variant, &NoArchType::none());
316-
let pkg_hash = format!("pkg_hash-1.0.0-h{hash}_my_pkg.tar.bz2");
316+
let pkg_hash = "pkg_hash-1.0.0-h_my_pkg.tar.bz2";
317317
let pkg = pkg.display().to_string();
318318
assert!(pkg.ends_with(&pkg_hash));
319319
}

0 commit comments

Comments
 (0)