File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
instrumentation/kamon-akka/src/test-common/scala/kamon/instrumentation/akka Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ class DispatcherMetricsSpec extends TestKit(ActorSystem("DispatcherMetricsSpec")
106
106
107
107
" pick up default execution contexts provided when creating an actor system when the type is unknown" in {
108
108
val dec = new WrappingExecutionContext (ExecutionContext .fromExecutor(Executors .newFixedThreadPool(8 )))
109
- val system = ActorSystem (name = " with-default-ec" , defaultExecutionContext = Some (dec))
109
+ val system = ActorSystem (name = " with-unknown- default-ec" , defaultExecutionContext = Some (dec))
110
110
111
111
val instrumentExecutorsWithSystem = ExecutorMetrics .ThreadsActive .instruments().keys
112
112
.filter(_.get(plain(" akka.system" )) == system.name)
You can’t perform that action at this time.
0 commit comments