Skip to content

Commit

Permalink
Sqlite Tests: Fix package name (#3539)
Browse files Browse the repository at this point in the history
Co-authored-by: hfhbd <hfhbd@users.noreply.github.com>
  • Loading branch information
hfhbd and hfhbd committed Sep 29, 2022
1 parent 5b76552 commit 5ed758e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package app.cash.sqldelight.dialect.sqlite_3_35
package app.cash.sqldelight.dialects.sqlite_3_35

import app.cash.sqldelight.dialects.sqlite_3_35.SqliteDialect
import com.alecstrong.sql.psi.test.fixtures.FixturesTest
import org.junit.runner.RunWith
import org.junit.runners.Parameterized
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package app.cash.sqldelight.dialect.sqlite_3_38
package app.cash.sqldelight.dialects.sqlite_3_38

import app.cash.sqldelight.dialects.sqlite_3_38.SqliteDialect
import com.alecstrong.sql.psi.test.fixtures.FixturesTest
import org.junit.runner.RunWith
import org.junit.runners.Parameterized
Expand Down

0 comments on commit 5ed758e

Please sign in to comment.