Better, faster typo checker (#6716)
* Fix typo 'horizonal' * Fix typos * Fix more typos * Fix more typos * Update CI action * Fix typos * Update src/lang/queryAst.test.ts Co-authored-by: Jonathan Tran <jonnytran@gmail.com> * Update src/lang/queryAst.test.ts Co-authored-by: Jonathan Tran <jonnytran@gmail.com> * Update typos * Update snap --------- Co-authored-by: Jonathan Tran <jonnytran@gmail.com>
This commit is contained in:
@ -489,7 +489,7 @@ shell(firstSketch, faces = [END], thickness = 0.25)"#;
|
||||
|
||||
// Changing the edge visibility settings with the exact same file should NOT bust the cache.
|
||||
#[tokio::test(flavor = "multi_thread")]
|
||||
async fn test_get_changed_program_same_code_but_different_edge_visiblity_setting() {
|
||||
async fn test_get_changed_program_same_code_but_different_edge_visibility_setting() {
|
||||
let new = r#"// Remove the end face for the extrusion.
|
||||
firstSketch = startSketchOn(XY)
|
||||
|> startProfile(at = [-12, 12])
|
||||
|
Reference in New Issue
Block a user