Skip to content

Commit 17d67d7

Browse files
committed
updates
Signed-off-by: Jess Frazelle <github@jessfraz.com>
1 parent 51d3024 commit 17d67d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tests.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ access-control-allow-credentials: """#
586586
"tests/gear.kcl".to_string(),
587587
"tests/".to_string(),
588588
],
589-
want_out: r#""#.to_string(),
589+
want_out: r#"Wrote file: tests/output.gltf"#.to_string(),
590590
want_err: "".to_string(),
591591
want_code: 0,
592592
..Default::default()
@@ -602,7 +602,7 @@ access-control-allow-credentials: """#
602602
"tests/gear.kcl".to_string(),
603603
"tests/".to_string(),
604604
],
605-
want_out: r#""#.to_string(),
605+
want_out: r#"Wrote file: tests/output.step"#.to_string(),
606606
want_err: "".to_string(),
607607
want_code: 0,
608608
..Default::default()

0 commit comments

Comments
 (0)