We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 250ecca commit cb2471eCopy full SHA for cb2471e
sentry-android-replay/src/test/java/io/sentry/android/replay/util/ViewsTest.kt
@@ -1,13 +1,12 @@
1
package io.sentry.android.replay.util
2
3
import android.view.View
4
-import android.view.ViewGroup
5
import androidx.test.core.app.ApplicationProvider
6
import androidx.test.ext.junit.runners.AndroidJUnit4
7
-import org.junit.runner.RunWith
8
import kotlin.test.Test
9
import kotlin.test.assertFalse
10
import kotlin.test.assertTrue
+import org.junit.runner.RunWith
11
12
@RunWith(AndroidJUnit4::class)
13
class ViewsTest {
@@ -34,4 +33,4 @@ class ViewsTest {
34
33
view.bottom = -1
35
assertFalse(view.hasSize())
36
}
37
-}
+}
0 commit comments