Skip to content

Commit 7a80bb1

Browse files
committed
Fix another inaccurate test
1 parent 7b6dbe1 commit 7a80bb1

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
@@ -104,7 +104,7 @@ tests = testGroup "completions" [
104104
let te = TextEdit (Range (Position 0 13) (Position 0 31)) "Str"
105105
_ <- applyEdit doc te
106106

107-
compls <- getCompletions doc (Position 0 24)
107+
compls <- getCompletions doc (Position 0 16)
108108
let item = head $ filter ((== "Strict") . (^. label)) compls
109109
liftIO $ do
110110
item ^. label @?= "Strict"

0 commit comments

Comments
 (0)