Skip to content

Commit a619e5c

Browse files
committed
Fix completion type in test
1 parent 45aec47 commit a619e5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/Completion.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ tests = testGroup "completions" [
158158
item <- getCompletionByLabel "Alternative" compls
159159
liftIO $ do
160160
item ^. label @?= "Alternative"
161-
item ^. kind @?= Just CompletionItemKind_Function
161+
item ^. kind @?= Just CompletionItemKind_Struct
162162
item ^. detail @?= Just "Control.Applicative"
163163

164164
, testCase "import second function completion" $ runSession hlsCommand fullCaps "test/testdata/completion" $ do

0 commit comments

Comments
 (0)