aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/test/scala/kamon/trace/instrumentation/ActorSystemMessagePassingInstrumentationSpec.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
commit6bdbe4c6473ac052567c097c1a7376c15dc67ea2 (patch)
treecc3830e765ac52d3a9d87772c006d9e472bb149e /kamon-core/src/test/scala/kamon/trace/instrumentation/ActorSystemMessagePassingInstrumentationSpec.scala
parent49c426a635d10182e8a628353dfdf5510c4d9df2 (diff)
downloadKamon-6bdbe4c6473ac052567c097c1a7376c15dc67ea2.tar.gz
Kamon-6bdbe4c6473ac052567c097c1a7376c15dc67ea2.tar.bz2
Kamon-6bdbe4c6473ac052567c097c1a7376c15dc67ea2.zip
update spray server request instrumentation tests
Diffstat (limited to 'kamon-core/src/test/scala/kamon/trace/instrumentation/ActorSystemMessagePassingInstrumentationSpec.scala')
-rw-r--r--kamon-core/src/test/scala/kamon/trace/instrumentation/ActorSystemMessagePassingInstrumentationSpec.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/kamon-core/src/test/scala/kamon/trace/instrumentation/ActorSystemMessagePassingInstrumentationSpec.scala b/kamon-core/src/test/scala/kamon/trace/instrumentation/ActorSystemMessagePassingInstrumentationSpec.scala
index 00ecae79..ed239b38 100644
--- a/kamon-core/src/test/scala/kamon/trace/instrumentation/ActorSystemMessagePassingInstrumentationSpec.scala
+++ b/kamon-core/src/test/scala/kamon/trace/instrumentation/ActorSystemMessagePassingInstrumentationSpec.scala
@@ -25,7 +25,7 @@ class ActorSystemMessagePassingInstrumentationSpec extends TestKit(ActorSystem("
expectMsg(testTraceContext)
}
- "keep the TraceContext while processing the Create message in non top level actors" in {
+ "keep the TraceContext while processing the Create message in non top level actors" in {
val testTraceContext = TraceRecorder.withNewTraceContext("creating-non-top-level-actor") {
system.actorOf(Props(new Actor {
def receive: Actor.Receive = {