aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/kamon/instrumentation/ActorSystemInstrumentationSpec.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/scala/kamon/instrumentation/ActorSystemInstrumentationSpec.scala')
-rw-r--r--src/test/scala/kamon/instrumentation/ActorSystemInstrumentationSpec.scala3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/test/scala/kamon/instrumentation/ActorSystemInstrumentationSpec.scala b/src/test/scala/kamon/instrumentation/ActorSystemInstrumentationSpec.scala
index 489f3c1c..1eab6355 100644
--- a/src/test/scala/kamon/instrumentation/ActorSystemInstrumentationSpec.scala
+++ b/src/test/scala/kamon/instrumentation/ActorSystemInstrumentationSpec.scala
@@ -16,8 +16,7 @@ class ActorSystemInstrumentationSpec extends WordSpec with Matchers {
Kamon.Metric.actorSystem("as1") should not be (None)
Kamon.Metric.actorSystem("as2") should not be (None)
- /*assert(Kamon.Metric.actorSystem("as2") != null)
- assert(Kamon.Metric.actorSystem("as3") === null)*/
+ Kamon.Metric.actorSystem("unknown") should be (None)
}
}
}