Skip to content

Commit

Permalink
fix testcases to point to right sample (#18)
Browse files Browse the repository at this point in the history
* fix testcases to point to right sample

* point to png
  • Loading branch information
mcroomp authored Jan 30, 2025
1 parent e8b5efd commit b8d374f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Binary file removed samples/treepng.deflate
Binary file not shown.
5 changes: 2 additions & 3 deletions tests/end_to_end.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,8 @@ fn end_to_end_compressed() {
}

#[test]
fn treepng_deflate() {
let v = read_file("treepng.deflate");
verifyresult(&v);
fn test_treepng() {
test_container("treegdi.png");
}

#[test]
Expand Down

0 comments on commit b8d374f

Please sign in to comment.