We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8f001f commit c3edf32Copy full SHA for c3edf32
ghcide/test/exe/Main.hs
@@ -2004,7 +2004,7 @@ addFunctionConstraintTests = let
2004
check actionTitle originalCode expectedCode = testSession (T.unpack actionTitle) $ do
2005
doc <- createDoc "Testing.hs" "haskell" originalCode
2006
_ <- waitForDiagnostics
2007
- actionsOrCommands <- getCodeActions doc (Range (Position 0 0) (Position 6 maxBound))
+ actionsOrCommands <- getCodeActions doc (Range (Position 6 0) (Position 6 maxBound))
2008
chosenAction <- liftIO $ pickActionWithTitle actionTitle actionsOrCommands
2009
executeCodeAction chosenAction
2010
modifiedCode <- documentContents doc
0 commit comments