Skip to content

Commit 822e031

Browse files
committed
progress
1 parent e7e3ab4 commit 822e031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/pgt_analyser/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ mod tests {
135135

136136
let results = analyser.run(crate::AnalyserParams {
137137
stmts: vec![AnalysableStatement {
138-
root: ast.into_root(),
138+
root: ast.into_root().unwrap(),
139139
range,
140140
}],
141141
schema_cache: None,

0 commit comments

Comments
 (0)