diff options
Diffstat (limited to 'service/src/ActiveLogTest.kt')
-rw-r--r-- | service/src/ActiveLogTest.kt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/service/src/ActiveLogTest.kt b/service/src/ActiveLogTest.kt index dade415975..ccd86a375e 100644 --- a/service/src/ActiveLogTest.kt +++ b/service/src/ActiveLogTest.kt @@ -42,8 +42,7 @@ import org.robolectric.RobolectricTestRunner @RunWith(RobolectricTestRunner::class) @kotlinx.coroutines.ExperimentalCoroutinesApi class ActiveLogTest { - - @JvmField @Rule val testName = TestName() + @get:Rule val testName = TestName() @Before fun setUp() { |