We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52357a7 commit b1fea68Copy full SHA for b1fea68
src/tests.rs
@@ -633,7 +633,7 @@ async fn test_main(ctx: &mut MainContext) {
633
"fmt".to_string(),
634
"tests/gear.kcl".to_string(),
635
],
636
- want_out: r#"startSketchOn(body, face = END)"#.to_string(),
+ want_out: r#"startSketchOn(XY)"#.to_string(),
637
want_err: "".to_string(),
638
want_code: 0,
639
..Default::default()
0 commit comments