Skip to content

Commit d16078c

Browse files
committed
fix test
1 parent f9e9df7 commit d16078c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/pg_diagnostics/src/display.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ mod tests {
669669
use pg_diagnostics::{DiagnosticTags, Severity};
670670
use pg_diagnostics_categories::{category, Category};
671671
use pg_text_edit::TextEdit;
672-
use pg_text_size::{TextRange, TextSize};
672+
use text_size::{TextRange, TextSize};
673673
use serde_json::{from_value, json};
674674

675675
use crate::{self as pg_diagnostics};

0 commit comments

Comments
 (0)