aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/xyz/driver/restquery/rest/parsers/SortingParserSuite.scala
diff options
context:
space:
mode:
authorvlad <vlad@driver.xyz>2018-01-25 14:13:07 -0800
committervlad <vlad@driver.xyz>2018-01-25 14:13:07 -0800
commit3dd31307563576031e11607f04547d3a6fc84344 (patch)
tree11a948bb4794a404404c12dc61000829735ed6bd /src/test/scala/xyz/driver/restquery/rest/parsers/SortingParserSuite.scala
parenta0877d81ca2844d75dc361b5ce7c99afacd6e25f (diff)
downloadrest-query-3dd31307563576031e11607f04547d3a6fc84344.tar.gz
rest-query-3dd31307563576031e11607f04547d3a6fc84344.tar.bz2
rest-query-3dd31307563576031e11607f04547d3a6fc84344.zip
Extracting query library
Diffstat (limited to 'src/test/scala/xyz/driver/restquery/rest/parsers/SortingParserSuite.scala')
-rw-r--r--src/test/scala/xyz/driver/restquery/rest/parsers/SortingParserSuite.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/scala/xyz/driver/restquery/rest/parsers/SortingParserSuite.scala b/src/test/scala/xyz/driver/restquery/rest/parsers/SortingParserSuite.scala
index 1813181..a18ac1e 100644
--- a/src/test/scala/xyz/driver/restquery/rest/parsers/SortingParserSuite.scala
+++ b/src/test/scala/xyz/driver/restquery/rest/parsers/SortingParserSuite.scala
@@ -1,6 +1,6 @@
-package xyz.driver.restquery.http.parsers
+package xyz.driver.restquery.rest.parsers
-import xyz.driver.restquery.http.parsers.TestUtils._
+import xyz.driver.restquery.rest.parsers.TestUtils._
import org.scalacheck.Arbitrary.arbitrary
import org.scalacheck.{Gen, Prop}
import org.scalatest.prop.Checkers