mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-16 11:18:55 +03:00
Turn test into normal unit test
This commit is contained in:
parent
92a140b504
commit
73d78646ea
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ import org.junit.runners.MethodSorters
|
|||
|
||||
@RunWith(JUnit4::class)
|
||||
@FixMethodOrder(MethodSorters.JVM)
|
||||
class WebviewPermissionUtilsTest : InstrumentedTest {
|
||||
class WebviewPermissionUtilsTest {
|
||||
|
||||
private val utils = WebviewPermissionUtils()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue