Skip to content

Commit 105e802

Browse files
committed
Revert the change in ghcide tests
1 parent 8a8af33 commit 105e802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ghcide/test/exe/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4938,7 +4938,7 @@ projectCompletionTests =
49384938
]
49394939
compls <- getCompletions doc (Position 1 13)
49404940
--
4941-
item <- getCompletionByLabel "ALocalModule" compls
4941+
let item = head $ filter ((== "ALocalModule") . (^. Lens.label)) compls
49424942
liftIO $ do
49434943
item ^. Lens.label @?= "ALocalModule",
49444944
testSession' "auto complete functions from qualified imports without alias" $ \dir-> do

0 commit comments

Comments
 (0)