Skip to content

Commit

Permalink
test: this should be two separate files
Browse files Browse the repository at this point in the history
  • Loading branch information
uncomfyhalomacro committed Oct 19, 2024
1 parent f0c9922 commit 1dd8fe3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libroast/tests/repro.rs
Original file line number Diff line number Diff line change
Expand Up @@ -275,9 +275,9 @@ fn repro_vanilla_tarball() -> io::Result<()>
{
let mut hasher1 = Keccak256::new();
let mut hasher2 = Keccak256::new();
let outpath1 = Path::new("/tmp/ballsvanillacreampie");
let outpath1 = Path::new("/tmp/ballsvanillacreampie1");
generate_icecream_tarball(outpath1)?;
let outpath2 = Path::new("/tmp/ballsvanillacreampie");
let outpath2 = Path::new("/tmp/ballsvanillacreampie2");
generate_icecream_tarball(outpath2)?;
let buf1 = read(outpath1)?;
hasher1.update(buf1);
Expand Down

0 comments on commit 1dd8fe3

Please sign in to comment.