Skip to content

Commit

Permalink
Run ResolveTreeFutureTest in looper legacy mode
Browse files Browse the repository at this point in the history
Differential Revision: D58822397
  • Loading branch information
passy authored and facebook-github-bot committed Jun 20, 2024
1 parent 42d06fc commit 8ba3194
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ import org.assertj.core.api.Assertions.assertThat
import org.junit.Before
import org.junit.Test
import org.junit.runner.RunWith
import org.robolectric.annotation.LooperMode

@RunWith(LithoTestRunner::class)
@LooperMode(LooperMode.Mode.LEGACY)
class ResolveTreeFutureTest {

private lateinit var componentContext: ComponentContext
Expand Down

0 comments on commit 8ba3194

Please sign in to comment.