Skip to content

Commit 745bd33

Browse files
authored
chore: test fn body content (#351)
1 parent d33bc4f commit 745bd33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/pgt_workspace/src/workspace/server/parsed_document.rs

+1
Original file line numberDiff line numberDiff line change
@@ -426,5 +426,6 @@ mod tests {
426426
let stmts = d.iter(DefaultMapper).collect::<Vec<_>>();
427427

428428
assert_eq!(stmts.len(), 2);
429+
assert_eq!(stmts[1].2, "select $1 + $2;");
429430
}
430431
}

0 commit comments

Comments
 (0)