We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34ca886 commit f101473Copy full SHA for f101473
instrumentation/kamon-akka/src/test-common/scala/kamon/instrumentation/akka/DispatcherMetricsSpec.scala
@@ -106,7 +106,7 @@ class DispatcherMetricsSpec extends TestKit(ActorSystem("DispatcherMetricsSpec")
106
107
"pick up default execution contexts provided when creating an actor system when the type is unknown" in {
108
val dec = new WrappingExecutionContext(ExecutionContext.fromExecutor(Executors.newFixedThreadPool(8)))
109
- val system = ActorSystem(name = "with-default-ec", defaultExecutionContext = Some(dec))
+ val system = ActorSystem(name = "with-unknown-default-ec", defaultExecutionContext = Some(dec))
110
111
val instrumentExecutorsWithSystem = ExecutorMetrics.ThreadsActive.instruments().keys
112
.filter(_.get(plain("akka.system")) == system.name)
0 commit comments