Skip to content

Commit f4dc19f

Browse files
committed
fix some tests
1 parent 3c5c952 commit f4dc19f

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
@@ -4862,7 +4862,7 @@ asyncTests = testGroup "async"
48624862
, "foo = id"
48634863
]
48644864
void waitForDiagnostics
4865-
actions <- getCodeActions doc (Range (Position 0 0) (Position 0 0))
4865+
actions <- getCodeActions doc (Range (Position 1 0) (Position 1 0))
48664866
liftIO $ [ _title | InR CodeAction{_title} <- actions] @=?
48674867
[ "add signature: foo :: a -> a" ]
48684868
]

0 commit comments

Comments
 (0)