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 b7c4fd9 commit 2c7cba2Copy full SHA for 2c7cba2
test/functional/Completion.hs
@@ -116,7 +116,7 @@ tests = testGroup "completions" [
116
let te = TextEdit (Range (Position 0 13) (Position 0 31)) "NoOverload"
117
_ <- applyEdit doc te
118
119
- compls <- getCompletions doc (Position 0 24)
+ compls <- getCompletions doc (Position 0 23)
120
let item = head $ filter ((== "NoOverloadedStrings") . (^. label)) compls
121
liftIO $ do
122
item ^. label @?= "NoOverloadedStrings"
0 commit comments