Skip to content

Commit

Permalink
re-enable the unit test (#1020)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #1020

Reviewed By: pentiumao

Differential Revision: D63834742

fbshipit-source-id: ccf9fb826555d1426af5999a1ee193bfc97e4112
  • Loading branch information
Peng Jiang authored and facebook-github-bot committed Oct 4, 2024
1 parent 6f7b7d0 commit 4d1eba8
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import com.facebook.litho.testing.LithoTestRule
import com.facebook.litho.testing.testrunner.LithoTestRunner
import java.util.concurrent.atomic.AtomicReference
import org.assertj.core.api.Assertions.assertThat
import org.junit.Ignore
import org.junit.Rule
import org.junit.Test
import org.junit.runner.RunWith
Expand All @@ -30,7 +29,6 @@ import org.robolectric.annotation.LooperMode
/** Unit tests for equals of [State]. */
@LooperMode(LooperMode.Mode.LEGACY)
@RunWith(LithoTestRunner::class)
@Ignore
class StateEqualityTest {

@Rule @JvmField val mLithoTestRule = LithoTestRule()
Expand Down

0 comments on commit 4d1eba8

Please sign in to comment.