mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-16 01:45:05 +08:00
Turn test into normal unit test
This commit is contained in:
parent
92a140b504
commit
73d78646ea
@ -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…
Reference in New Issue
Block a user