aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/xyz/driver/core/CoreTest.scala
diff options
context:
space:
mode:
authorJakob Odersky <jakob@driver.xyz>2017-06-27 15:49:21 -0700
committerJakob Odersky <jakob@driver.xyz>2017-08-02 12:55:24 -0700
commitf1328134ada77d1c21374f7cca953a376a9b27f9 (patch)
treec1cd78d7d59abd29185fa061309a3d9ca6cdf8fc /src/test/scala/xyz/driver/core/CoreTest.scala
parent59655964902b3c75e8e1f06e2f7d2cf038126fb3 (diff)
downloaddriver-core-f1328134ada77d1c21374f7cca953a376a9b27f9.tar.gz
driver-core-f1328134ada77d1c21374f7cca953a376a9b27f9.tar.bz2
driver-core-f1328134ada77d1c21374f7cca953a376a9b27f9.zip
Library upgrades and code tweaks to support Scala 2.12v0.15.0
Diffstat (limited to 'src/test/scala/xyz/driver/core/CoreTest.scala')
-rw-r--r--src/test/scala/xyz/driver/core/CoreTest.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/scala/xyz/driver/core/CoreTest.scala b/src/test/scala/xyz/driver/core/CoreTest.scala
index 0518652..d280d73 100644
--- a/src/test/scala/xyz/driver/core/CoreTest.scala
+++ b/src/test/scala/xyz/driver/core/CoreTest.scala
@@ -3,7 +3,7 @@ package xyz.driver.core
import java.io.ByteArrayOutputStream
import org.mockito.Mockito._
-import org.scalatest.mock.MockitoSugar
+import org.scalatest.mockito.MockitoSugar
import org.scalatest.{FlatSpec, Matchers}
class CoreTest extends FlatSpec with Matchers with MockitoSugar {