From 6b69f09c683bda8b5ceacdb2e9551cbe8e62b145 Mon Sep 17 00:00:00 2001 From: Jaroslav Tulach Date: Tue, 20 Aug 2024 14:47:16 +0200 Subject: [PATCH] Adjust tests to the METHOD_BREAKPOINT_OPTION rename --- .../org/enso/interpreter/test/instrument/DebugServerTest.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/runtime-integration-tests/src/test/scala/org/enso/interpreter/test/instrument/DebugServerTest.scala b/engine/runtime-integration-tests/src/test/scala/org/enso/interpreter/test/instrument/DebugServerTest.scala index 448b9ebb6112..8f0e66a62059 100644 --- a/engine/runtime-integration-tests/src/test/scala/org/enso/interpreter/test/instrument/DebugServerTest.scala +++ b/engine/runtime-integration-tests/src/test/scala/org/enso/interpreter/test/instrument/DebugServerTest.scala @@ -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