Apply suggestions from code review

pull/1837/head
Simon Marquis 2 years ago committed by GitHub
parent 142a37cd94
commit de331fafb5

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

Loading…
Cancel
Save