We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b78bac commit e4e44e3Copy full SHA for e4e44e3
crates/pg_workspace/src/workspace/server/change.rs
@@ -527,7 +527,7 @@ mod tests {
527
assert_eq!(changed.old_stmt_text, "select ;");
528
assert_eq!(changed.new_stmt_text, "select");
529
assert_eq!(changed.change_text, "");
530
- assert_eq!(changed.change_range, TextRange::new(32.into(), 33.into()));
+ assert_eq!(changed.change_range, TextRange::new(7.into(), 8.into()));
531
}
532
_ => panic!("expected modified statement"),
533
0 commit comments