We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43ef852 commit 3f944c1Copy full SHA for 3f944c1
1 file changed
app/src/androidTest/java/org/schabi/newpipe/database/DatabaseMigrationTest.kt
@@ -4,7 +4,6 @@ import android.content.ContentValues
4
import android.database.sqlite.SQLiteDatabase
5
import androidx.room.Room
6
import androidx.room.testing.MigrationTestHelper
7
-import androidx.sqlite.db.framework.FrameworkSQLiteOpenHelperFactory
8
import androidx.test.core.app.ApplicationProvider
9
import androidx.test.ext.junit.runners.AndroidJUnit4
10
import androidx.test.platform.app.InstrumentationRegistry
@@ -33,8 +32,7 @@ class DatabaseMigrationTest {
33
32
@get:Rule
34
val testHelper = MigrationTestHelper(
35
InstrumentationRegistry.getInstrumentation(),
36
- AppDatabase::class.java.canonicalName,
37
- FrameworkSQLiteOpenHelperFactory()
+ AppDatabase::class.java
38
)
39
40
@Test
0 commit comments