mirror of https://github.com/readrops/Readrops.git
Rename db test class
This commit is contained in:
parent
4956a7f3b9
commit
c11c9983f2
|
@ -10,7 +10,7 @@ import org.junit.runner.RunWith
|
||||||
import java.io.IOException
|
import java.io.IOException
|
||||||
|
|
||||||
@RunWith(AndroidJUnit4::class)
|
@RunWith(AndroidJUnit4::class)
|
||||||
class DatabaseMigrationsTests {
|
class DatabaseMigrationsTest {
|
||||||
|
|
||||||
private val testDb = "migration-test"
|
private val testDb = "migration-test"
|
||||||
|
|
Loading…
Reference in New Issue