Skip to content

Commit

Permalink
Fix parsing test
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchalmers committed Feb 25, 2025
1 parent 24b173f commit 8a140f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wasm-lib/kcl/src/parsing/ast/types/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3585,7 +3585,7 @@ const cylinder = startSketchOn('-XZ')
"#;
let program = crate::parsing::top_level_parse(some_program_string).unwrap();

let value = program.get_non_code_meta_for_position(86);
let value = program.get_non_code_meta_for_position(92);

assert!(value.is_some());
}
Expand Down

0 comments on commit 8a140f4

Please sign in to comment.