Skip to content

Commit b1fea68

Browse files
committed
Tweak test
1 parent 52357a7 commit b1fea68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ async fn test_main(ctx: &mut MainContext) {
633633
"fmt".to_string(),
634634
"tests/gear.kcl".to_string(),
635635
],
636-
want_out: r#"startSketchOn(body, face = END)"#.to_string(),
636+
want_out: r#"startSketchOn(XY)"#.to_string(),
637637
want_err: "".to_string(),
638638
want_code: 0,
639639
..Default::default()

0 commit comments

Comments
 (0)