Skip to content

Commit f60383f

Browse files
Ok
1 parent eab166f commit f60383f

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

crates/pgt_suppressions/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ mod tests {
249249
let suppressions = super::Suppressions::from(doc);
250250

251251
assert!(suppressions.is_suppressed(&TestDiagnostic {
252-
span: TextRange::new(89.into(), 98.into()),
252+
span: TextRange::new(67.into(), 76.into()),
253253
}));
254254
}
255255

0 commit comments

Comments
 (0)