Skip to content

Commit 558acc1

Browse files
chore: fix import order in widget size draft test
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 7dcd7f2 commit 558acc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/test/java/to/bitkit/ui/screens/widgets/WidgetSizeDraftTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ import kotlinx.coroutines.flow.MutableStateFlow
55
import kotlinx.coroutines.flow.first
66
import kotlinx.coroutines.launch
77
import kotlinx.coroutines.test.advanceUntilIdle
8+
import org.junit.Before
89
import to.bitkit.data.WidgetsData
910
import to.bitkit.models.WidgetSize
1011
import to.bitkit.models.WidgetType
1112
import to.bitkit.models.WidgetWithPosition
12-
import org.junit.Before
1313
import to.bitkit.test.BaseUnitTest
1414
import kotlin.test.Test
1515
import kotlin.test.assertEquals

0 commit comments

Comments
 (0)