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 689f6e4 commit 7ff1350Copy full SHA for 7ff1350
1 file changed
plugins/hls-rename-plugin/test/Main.hs
@@ -49,7 +49,7 @@ prepareRenameTests = testGroup "PrepareRename"
49
void waitForBuildQueue
50
result <- prepareRename doc (Position 10 16)
51
liftIO $ result @?=
52
- InL (PrepareRenameResult (InL (Range (Position 10 14) (Position 10 19))))
+ InL (PrepareRenameResult (InL (Range (Position 10 16) (Position 10 19))))
53
54
, testCase "Non-renameable position" $ runRenameSession "" $ do
55
doc <- openDoc "PrepareRename.hs" "haskell"
0 commit comments