We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dcd7f2 commit 558acc1Copy full SHA for 558acc1
1 file changed
app/src/test/java/to/bitkit/ui/screens/widgets/WidgetSizeDraftTest.kt
@@ -5,11 +5,11 @@ import kotlinx.coroutines.flow.MutableStateFlow
5
import kotlinx.coroutines.flow.first
6
import kotlinx.coroutines.launch
7
import kotlinx.coroutines.test.advanceUntilIdle
8
+import org.junit.Before
9
import to.bitkit.data.WidgetsData
10
import to.bitkit.models.WidgetSize
11
import to.bitkit.models.WidgetType
12
import to.bitkit.models.WidgetWithPosition
-import org.junit.Before
13
import to.bitkit.test.BaseUnitTest
14
import kotlin.test.Test
15
import kotlin.test.assertEquals
0 commit comments