aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/test/scala/akka
diff options
context:
space:
mode:
authorIvan Topolnjak <ivantopo@gmail.com>2013-10-30 09:04:25 -0300
committerIvan Topolnjak <ivantopo@gmail.com>2013-10-30 09:04:25 -0300
commit227c2dfe6cb8b7e175ad72285dfdfbd15672be24 (patch)
tree7f849da0e20d4c5d80e2af6073e4d35d530408ba /kamon-core/src/test/scala/akka
parentcee1e952cb0f73686bc0324c6bb9d8d571c9beb6 (diff)
downloadKamon-227c2dfe6cb8b7e175ad72285dfdfbd15672be24.tar.gz
Kamon-227c2dfe6cb8b7e175ad72285dfdfbd15672be24.tar.bz2
Kamon-227c2dfe6cb8b7e175ad72285dfdfbd15672be24.zip
move things all over the place
Diffstat (limited to 'kamon-core/src/test/scala/akka')
-rw-r--r--kamon-core/src/test/scala/akka/instrumentation/ActorInstrumentationSpec.scala3
1 files changed, 2 insertions, 1 deletions
diff --git a/kamon-core/src/test/scala/akka/instrumentation/ActorInstrumentationSpec.scala b/kamon-core/src/test/scala/akka/instrumentation/ActorInstrumentationSpec.scala
index 21be4a73..cdfa2813 100644
--- a/kamon-core/src/test/scala/akka/instrumentation/ActorInstrumentationSpec.scala
+++ b/kamon-core/src/test/scala/akka/instrumentation/ActorInstrumentationSpec.scala
@@ -4,12 +4,13 @@ import org.scalatest.{WordSpecLike, Matchers}
import akka.actor.{ActorRef, Actor, Props, ActorSystem}
import akka.testkit.{ImplicitSender, TestKit}
-import kamon.{TraceContext, Tracer}
+import kamon.{Tracer}
import akka.pattern.{pipe, ask}
import akka.util.Timeout
import scala.concurrent.duration._
import scala.concurrent.{Await, Future}
import akka.routing.RoundRobinRouter
+import kamon.trace.TraceContext
class ActorInstrumentationSpec extends TestKit(ActorSystem("ActorInstrumentationSpec")) with WordSpecLike with Matchers with ImplicitSender {