We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51d3024 commit 17d67d7Copy full SHA for 17d67d7
src/tests.rs
@@ -586,7 +586,7 @@ access-control-allow-credentials: """#
586
"tests/gear.kcl".to_string(),
587
"tests/".to_string(),
588
],
589
- want_out: r#""#.to_string(),
+ want_out: r#"Wrote file: tests/output.gltf"#.to_string(),
590
want_err: "".to_string(),
591
want_code: 0,
592
..Default::default()
@@ -602,7 +602,7 @@ access-control-allow-credentials: """#
602
603
604
605
+ want_out: r#"Wrote file: tests/output.step"#.to_string(),
606
607
608
0 commit comments