Skip to content

Commit c65e354

Browse files
committed
Use waitForAllProgressDone
1 parent d44baec commit c65e354

File tree

1 file changed

+1
-2
lines changed
  • plugins/hls-splice-plugin/test

1 file changed

+1
-2
lines changed

plugins/hls-splice-plugin/test/Main.hs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@ goldenTestWithEdit fp tc line col =
8686
{ _start = Position 0 0
8787
, _end = Position (length lns + 1) 1
8888
}
89-
waitForProgressDone -- cradle
90-
waitForProgressDone
89+
waitForAllProgressDone -- cradle
9190
alt <- liftIO $ T.readFile (fp <.> "error.hs")
9291
void $ applyEdit doc $ TextEdit theRange alt
9392
changeDoc doc [TextDocumentContentChangeEvent (Just theRange) Nothing alt]

0 commit comments

Comments
 (0)