Skip to content

Commit 977518d

Browse files
committed
finally hashes
1 parent bbe6e92 commit 977518d

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
@@ -317,7 +317,7 @@ mod tests {
317317
&rattler_conda_types::NoArchType::none(),
318318
)
319319
.to_string();
320-
let pkg_hash = format!("pkg_hash-1.0.0-{}.tar.bz2", hash);
320+
let pkg_hash = format!("pkg_hash-1.0.0-{}_my_pkg.tar.bz2", hash);
321321
let pkg = pkg.display().to_string();
322322
assert!(
323323
pkg.ends_with(&pkg_hash),

0 commit comments

Comments
 (0)