Skip to content

Commit 69c0f8e

Browse files
committed
progress
1 parent 305c7b1 commit 69c0f8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/pgt_analyser/tests/rules_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ fn rule_test(full_path: &'static str, _: &str, _: &str) {
3333
});
3434

3535
let stmt = AnalysableStatement {
36-
root: ast.into_root(),
36+
root: ast.into_root().expect("Failed to convert AST to root node"),
3737
range: pgt_text_size::TextRange::new(0.into(), u32::try_from(query.len()).unwrap().into()),
3838
};
3939

0 commit comments

Comments
 (0)