Skip to content

Commit

Permalink
Adjust tests to the METHOD_BREAKPOINT_OPTION rename
Browse files Browse the repository at this point in the history
  • Loading branch information
JaroslavTulach committed Aug 20, 2024
1 parent c4b1815 commit 6b69f09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class DebugServerTest

override def contextModifiers: Option[Context#Builder => Context#Builder] =
Some(b => {
b.option(DebugServerInfo.FN_OPTION, "Test.main")
b.option(DebugServerInfo.METHOD_BREAKPOINT_OPTION, "Test.main")
})

override def specify(implicit
Expand Down

0 comments on commit 6b69f09

Please sign in to comment.