Skip to content

Commit ad686fd

Browse files
OK THEN
1 parent b3777bf commit ad686fd

File tree

1 file changed

+1
-1
lines changed
  • crates/pgt_statement_splitter/src

1 file changed

+1
-1
lines changed

crates/pgt_statement_splitter/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ values ('insert', new.id, now());",
523523
#[test]
524524
fn does_not_panic_on_eof_expectation() {
525525
Tester::from("insert").expect_errors(vec![SplitDiagnostic::new(
526-
format!("Expected INTO_KW"),
526+
"Expected INTO_KW".to_string(),
527527
TextRange::new(0.into(), 6.into()),
528528
)]);
529529
}

0 commit comments

Comments
 (0)