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 6d996f4 commit 8d1ef4cCopy full SHA for 8d1ef4c
test/functional/Tactic.hs
@@ -133,6 +133,7 @@ goldenTest input line col tc occ =
133
testCase (input <> " (golden)") $ do
134
runSession hlsCommand fullCaps tacticPath $ do
135
doc <- openDoc input "haskell"
136
+ _ <- waitForDiagnostics
137
actions <- getCodeActions doc $ pointRange line col
138
Just (CACodeAction (CodeAction {_command = Just c}))
139
<- pure $ find ((== Just (tacticTitle tc occ)) . codeActionTitle) actions
0 commit comments