aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2018-03-08 16:28:33 -0800
committerJakob Odersky <jakob@odersky.com>2018-03-08 16:28:33 -0800
commitcf7531102305dd9131748eaf486e9519ab454bcb (patch)
tree030a38e7f601138e3176e26cc46b8a8e65189a99 /src/test
parent5ef502abc058358ec3a329c774bb42b9a7bd106f (diff)
downloadspray-json-derivation-cf7531102305dd9131748eaf486e9519ab454bcb.tar.gz
spray-json-derivation-cf7531102305dd9131748eaf486e9519ab454bcb.tar.bz2
spray-json-derivation-cf7531102305dd9131748eaf486e9519ab454bcb.zip
Rename packages to spray.json, for seamless integration
Diffstat (limited to 'src/test')
-rw-r--r--src/test/scala/CoproductTypeFormatTests.scala4
-rw-r--r--src/test/scala/FormatTests.scala3
-rw-r--r--src/test/scala/ImplicitDerivedFormatTests.scala4
-rw-r--r--src/test/scala/ProductTypeFormatTests.scala4
4 files changed, 4 insertions, 11 deletions
diff --git a/src/test/scala/CoproductTypeFormatTests.scala b/src/test/scala/CoproductTypeFormatTests.scala
index ec9b3f5..de73967 100644
--- a/src/test/scala/CoproductTypeFormatTests.scala
+++ b/src/test/scala/CoproductTypeFormatTests.scala
@@ -1,6 +1,4 @@
-package xyz.driver.json
-
-import spray.json._
+package spray.json
import org.scalatest._
diff --git a/src/test/scala/FormatTests.scala b/src/test/scala/FormatTests.scala
index f9cae2d..0f56091 100644
--- a/src/test/scala/FormatTests.scala
+++ b/src/test/scala/FormatTests.scala
@@ -1,6 +1,5 @@
-package xyz.driver.json
+package spray.json
-import spray.json._
import org.scalatest._
trait FormatTests { self: FlatSpec =>
diff --git a/src/test/scala/ImplicitDerivedFormatTests.scala b/src/test/scala/ImplicitDerivedFormatTests.scala
index 9723cb0..1d54ae9 100644
--- a/src/test/scala/ImplicitDerivedFormatTests.scala
+++ b/src/test/scala/ImplicitDerivedFormatTests.scala
@@ -1,6 +1,4 @@
-package xyz.driver.json
-
-import spray.json._
+package spray.json
import org.scalatest._
diff --git a/src/test/scala/ProductTypeFormatTests.scala b/src/test/scala/ProductTypeFormatTests.scala
index b7d8d27..ce05000 100644
--- a/src/test/scala/ProductTypeFormatTests.scala
+++ b/src/test/scala/ProductTypeFormatTests.scala
@@ -1,6 +1,4 @@
-package xyz.driver.json
-
-import spray.json._
+package spray.json
import org.scalatest._