Apply suggestions from code review

pull/1048/head
Simon Marquis 11 months ago committed by GitHub
parent cf2d445362
commit c1118eaf22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -45,7 +45,6 @@ import org.junit.Rule
import org.junit.Test
import org.junit.runner.RunWith
import org.robolectric.RobolectricTestRunner
import org.robolectric.annotation.Config
import kotlin.test.assertEquals
/**
@ -57,7 +56,6 @@ import kotlin.test.assertEquals
* design system.
*/
@RunWith(RobolectricTestRunner::class)
@Config(sdk = [33])
class ThemeTest {
@get:Rule

Loading…
Cancel
Save