Skip to content

Commit

Permalink
bugfix: Adjust tests to changes in scalacli
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed Dec 5, 2023
1 parent fedbdcd commit f1ed4af
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class BreakpointScalaCliDapSuite
navigator =>
server.startDebuggingUnresolved(
DebugUnresolvedMainClassParams(
"a.src.main.scala.a.script_sc"
"a.src.main.scala.a.script"
).toJson,
navigator,
),
Expand All @@ -40,7 +40,7 @@ class BreakpointScalaCliDapSuite
navigator =>
server.startDebuggingUnresolved(
DebugUnresolvedMainClassParams(
"script_sc"
"script"
).toJson,
navigator,
),
Expand Down

0 comments on commit f1ed4af

Please sign in to comment.