Skip to content

Commit 2c7cba2

Browse files
committed
Fix a completion test
1 parent b7c4fd9 commit 2c7cba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/Completion.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ tests = testGroup "completions" [
116116
let te = TextEdit (Range (Position 0 13) (Position 0 31)) "NoOverload"
117117
_ <- applyEdit doc te
118118

119-
compls <- getCompletions doc (Position 0 24)
119+
compls <- getCompletions doc (Position 0 23)
120120
let item = head $ filter ((== "NoOverloadedStrings") . (^. label)) compls
121121
liftIO $ do
122122
item ^. label @?= "NoOverloadedStrings"

0 commit comments

Comments
 (0)