From 2c524be93052fc6d57359a00fd60d957099885c6 Mon Sep 17 00:00:00 2001 From: Zach Smith Date: Wed, 27 Sep 2017 22:20:53 -0700 Subject: Refactor rest package into separate files --- src/test/scala/xyz/driver/core/AuthTest.scala | 1 + 1 file changed, 1 insertion(+) (limited to 'src/test/scala/xyz/driver/core') diff --git a/src/test/scala/xyz/driver/core/AuthTest.scala b/src/test/scala/xyz/driver/core/AuthTest.scala index 437ba3c..e0d54c8 100644 --- a/src/test/scala/xyz/driver/core/AuthTest.scala +++ b/src/test/scala/xyz/driver/core/AuthTest.scala @@ -11,6 +11,7 @@ import xyz.driver.core.auth._ import xyz.driver.core.domain.Email import xyz.driver.core.logging._ import xyz.driver.core.rest._ +import xyz.driver.core.rest.auth._ import scala.concurrent.Future import scalaz.OptionT -- cgit v1.2.3