Skip to content

Commit e74bb02

Browse files
committed
fix test
1 parent d16078c commit e74bb02

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

crates/pg_lsp_converters/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ mod tests {
9191
use crate::to_proto::position;
9292
use crate::WideEncoding::{Utf16, Utf32};
9393
use crate::{LineCol, PositionEncoding, WideEncoding};
94-
use biome_rowan::TextSize;
94+
use text_size::TextSize;
9595
use tower_lsp::lsp_types::Position;
9696

9797
macro_rules! check_conversion {

0 commit comments

Comments
 (0)