aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/test/scala/kamon/trace/instrumentation/FutureTracingSpec.scala
diff options
context:
space:
mode:
authorIvan Topolnak <itopolnak@despegar.com>2014-01-31 18:13:18 -0300
committerIvan Topolnak <itopolnak@despegar.com>2014-01-31 18:13:18 -0300
commitb51adf72242b953b2d9723491ef81473138ec107 (patch)
treec0c4473667449cff09fe16660365f9f3c292d8f2 /kamon-core/src/test/scala/kamon/trace/instrumentation/FutureTracingSpec.scala
parent59c01d880379dfc48c6d82da13ef628a587a9bbb (diff)
downloadKamon-b51adf72242b953b2d9723491ef81473138ec107.tar.gz
Kamon-b51adf72242b953b2d9723491ef81473138ec107.tar.bz2
Kamon-b51adf72242b953b2d9723491ef81473138ec107.zip
update spray server request instrumentation tests
Diffstat (limited to 'kamon-core/src/test/scala/kamon/trace/instrumentation/FutureTracingSpec.scala')
-rw-r--r--kamon-core/src/test/scala/kamon/trace/instrumentation/FutureTracingSpec.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/kamon-core/src/test/scala/kamon/trace/instrumentation/FutureTracingSpec.scala b/kamon-core/src/test/scala/kamon/trace/instrumentation/FutureTracingSpec.scala
index e6797148..b1765fd8 100644
--- a/kamon-core/src/test/scala/kamon/trace/instrumentation/FutureTracingSpec.scala
+++ b/kamon-core/src/test/scala/kamon/trace/instrumentation/FutureTracingSpec.scala
@@ -23,7 +23,7 @@ import akka.testkit.TestKit
import akka.actor.ActorSystem
class FutureTracingSpec extends TestKit(ActorSystem("actor-message-passing-tracing-spec")) with WordSpecLike with Matchers
- with ScalaFutures with PatienceConfiguration with OptionValues {
+ with ScalaFutures with PatienceConfiguration with OptionValues {
implicit val execContext = system.dispatcher
@@ -41,7 +41,7 @@ class FutureTracingSpec extends TestKit(ActorSystem("actor-message-passing-traci
ctxInFuture should equal(testTraceContext))
}
- "must be available when executing callbacks on the future" in {
+ "must be available when executing callbacks on the future" in {
val (future, testTraceContext) = TraceRecorder.withNewTraceContext("future-body") {
val future = Future("Hello Kamon!")