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 8a8af33 commit 105e802Copy full SHA for 105e802
ghcide/test/exe/Main.hs
@@ -4938,7 +4938,7 @@ projectCompletionTests =
4938
]
4939
compls <- getCompletions doc (Position 1 13)
4940
--
4941
- item <- getCompletionByLabel "ALocalModule" compls
+ let item = head $ filter ((== "ALocalModule") . (^. Lens.label)) compls
4942
liftIO $ do
4943
item ^. Lens.label @?= "ALocalModule",
4944
testSession' "auto complete functions from qualified imports without alias" $ \dir-> do
0 commit comments