Skip to content

Commit

Permalink
test: WorksheetLspSuite.cancel fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kasiaMarek committed Apr 19, 2024
1 parent 0e8a028 commit 3443336
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ abstract class BaseWorksheetLspSuite(
)
_ <- server.didOpen("a/src/main/scala/Main.worksheet.sc")
_ <- cancelled.future
_ = client.onWorkDoneProgressStart = (_, _) => {}
_ <- server.didSave("a/src/main/scala/Main.worksheet.sc")(
_.replace("Stream", "// Stream")
)
Expand Down

0 comments on commit 3443336

Please sign in to comment.