aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorvlad <vlad@driver.xyz>2017-03-13 21:46:06 -0700
committervlad <vlad@driver.xyz>2017-03-13 21:46:06 -0700
commit871f8d7e4844890f920b960bc53ec0f99268d794 (patch)
treefe443620ca1b7f0d6e718b9392bbedf59638c1ee /src/test
parentc4ccac2705346d2c150612783a53bf6df50fece7 (diff)
downloaddriver-core-871f8d7e4844890f920b960bc53ec0f99268d794.tar.gz
driver-core-871f8d7e4844890f920b960bc53ec0f99268d794.tar.bz2
driver-core-871f8d7e4844890f920b960bc53ec0f99268d794.zip
Added writing tracking Id to MDC so it can be logged for all messages, removed some linkerd legacy and refined Revision equals
Diffstat (limited to 'src/test')
-rw-r--r--src/test/scala/xyz/driver/core/CoreTest.scala1
-rw-r--r--src/test/scala/xyz/driver/core/JsonTest.scala1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/test/scala/xyz/driver/core/CoreTest.scala b/src/test/scala/xyz/driver/core/CoreTest.scala
index bb4742a..0518652 100644
--- a/src/test/scala/xyz/driver/core/CoreTest.scala
+++ b/src/test/scala/xyz/driver/core/CoreTest.scala
@@ -5,7 +5,6 @@ import java.io.ByteArrayOutputStream
import org.mockito.Mockito._
import org.scalatest.mock.MockitoSugar
import org.scalatest.{FlatSpec, Matchers}
-import xyz.driver.core.revision.Revision
class CoreTest extends FlatSpec with Matchers with MockitoSugar {
diff --git a/src/test/scala/xyz/driver/core/JsonTest.scala b/src/test/scala/xyz/driver/core/JsonTest.scala
index 8697b7f..760559c 100644
--- a/src/test/scala/xyz/driver/core/JsonTest.scala
+++ b/src/test/scala/xyz/driver/core/JsonTest.scala
@@ -2,7 +2,6 @@ package xyz.driver.core
import org.scalatest.{FlatSpec, Matchers}
import xyz.driver.core.json.{EnumJsonFormat, GadtJsonFormat, ValueClassFormat}
-import xyz.driver.core.revision.Revision
import xyz.driver.core.time.provider.SystemTimeProvider
import spray.json._
import xyz.driver.core.TestTypes.CustomGADT