Apply suggestions from code review

pull/1048/head
Simon Marquis 2 years 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.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