We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 602e669 commit 0d3a5a0Copy full SHA for 0d3a5a0
src/test/scala/com/rawlabs/das/sqlite/DASSqliteSimpleTest.scala
@@ -23,9 +23,6 @@ import com.typesafe.scalalogging.StrictLogging
23
24
class DASSqliteSimpleTest extends AnyFunSuite with BeforeAndAfterAll with StrictLogging {
25
26
- // ===========================================================================
27
- // Tests for DASSqlite (top-level) methods
28
29
test("read mydb file") {
30
val resourceUrl = getClass.getResource("/mydb")
31
val file = new java.io.File(resourceUrl.toURI)
0 commit comments