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 bbe6e92 commit 977518dCopy full SHA for 977518d
rust-tests/src/lib.rs
@@ -317,7 +317,7 @@ mod tests {
317
&rattler_conda_types::NoArchType::none(),
318
)
319
.to_string();
320
- let pkg_hash = format!("pkg_hash-1.0.0-{}.tar.bz2", hash);
+ let pkg_hash = format!("pkg_hash-1.0.0-{}_my_pkg.tar.bz2", hash);
321
let pkg = pkg.display().to_string();
322
assert!(
323
pkg.ends_with(&pkg_hash),
0 commit comments