Skip to content

Commit 165b351

Browse files
committed
fix: tests
1 parent 36339e8 commit 165b351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/pglt_statement_splitter/tests/statement_splitter_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ fn test_statement_splitter() {
2222

2323
let contents = fs::read_to_string(&path).unwrap();
2424

25-
let split = pglt_statement_splitter::split(&contents);
25+
let split = pglt_statement_splitter::split(&contents).expect("Failed to split");
2626

2727
assert_eq!(
2828
split.ranges.len(),

0 commit comments

Comments
 (0)