Skip to content

Commit

Permalink
Fix 3mf test
Browse files Browse the repository at this point in the history
  • Loading branch information
gyscos committed Sep 18, 2024
1 parent 9bdc4be commit 95bdaa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ mod tests {
let config = Config {
stl_filename: "test_data/cube.3mf".to_string(),
img_filename: img_filename.clone(),
format: image::ImageOutputFormat::Png,
format: image::ImageFormat::Png,
..Default::default()
};

Expand Down

0 comments on commit 95bdaa1

Please sign in to comment.