Skip to content

Commit c3edf32

Browse files
committed
Revert range change
1 parent c8f001f commit c3edf32

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
@@ -2004,7 +2004,7 @@ addFunctionConstraintTests = let
20042004
check actionTitle originalCode expectedCode = testSession (T.unpack actionTitle) $ do
20052005
doc <- createDoc "Testing.hs" "haskell" originalCode
20062006
_ <- waitForDiagnostics
2007-
actionsOrCommands <- getCodeActions doc (Range (Position 0 0) (Position 6 maxBound))
2007+
actionsOrCommands <- getCodeActions doc (Range (Position 6 0) (Position 6 maxBound))
20082008
chosenAction <- liftIO $ pickActionWithTitle actionTitle actionsOrCommands
20092009
executeCodeAction chosenAction
20102010
modifiedCode <- documentContents doc

0 commit comments

Comments
 (0)