Skip to content

Commit

Permalink
Fix missing @ExperimentalFoundationApi in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
opatry committed Mar 13, 2021
1 parent 0adc0d8 commit 74dacf5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
*/
package net.opatry.speedrun.emea

import androidx.compose.foundation.ExperimentalFoundationApi
import androidx.compose.ui.test.junit4.createAndroidComposeRule
import androidx.test.ext.junit.runners.AndroidJUnit4
import org.junit.Rule
Expand All @@ -32,6 +33,7 @@ import org.junit.runner.RunWith
*
* See [testing documentation](http://d.android.com/tools/testing).
*/
@ExperimentalFoundationApi
@RunWith(AndroidJUnit4::class)
class ExampleInstrumentedTest {
@get:Rule
Expand Down

0 comments on commit 74dacf5

Please sign in to comment.