Skip to content

Commit 901bd85

Browse files
committed
Fix copy-paste error
1 parent f190af6 commit 901bd85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ghcide/test/exe/DiagnosticTests.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ tests = testGroup "diagnostics"
517517
}
518518

519519
,TextDocumentContentChangeEvent $ InL TextDocumentContentChangePartial
520-
{ _range = Range p' p'
520+
{ _range = Range p p'
521521
, _rangeLength = Nothing
522522
, _text = ""
523523
}

0 commit comments

Comments
 (0)