Skip to content

Commit 84344ec

Browse files
committed
Fix tests
1 parent 1e5f4dd commit 84344ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scala-driver/src/test/scala/com/github/limansky/mongoquery/scaladriver/DriverCompileErrorTest.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ package com.github.limansky.mongoquery.scaladriver
1919
import com.github.limansky.mongoquery.core.CompileErrorsTest
2020

2121
class DriverCompileErrorTest extends CompileErrorsTest {
22-
override val imports = "com.github.limansky.mongoquery.scala_driver._" :: super.imports
22+
override val imports = "com.github.limansky.mongoquery.scaladriver._" :: super.imports
2323
}

0 commit comments

Comments
 (0)