GRemove the @JvmField annotation whenever using WarmUpRule.

This commit is contained in:
Marco Romano 2023-09-13 15:19:26 +02:00
parent b426084415
commit 7fdd83bf91
53 changed files with 53 additions and 106 deletions

View file

@ -42,8 +42,7 @@ import org.junit.Test
class SendLocationPresenterTest {
@Rule
@JvmField
@get:Rule
val warmUpRule = WarmUpRule()
private val permissionsPresenterFake = PermissionsPresenterFake()

View file

@ -35,8 +35,7 @@ import org.junit.Test
class ShowLocationPresenterTest {
@Rule
@JvmField
@get:Rule
val warmUpRule = WarmUpRule()
private val permissionsPresenterFake = PermissionsPresenterFake()