Skip to content

Commit

Permalink
Remove unnecessary canResolve() from LayoutStateCreateTreeTest
Browse files Browse the repository at this point in the history
Summary: TSIA

Reviewed By: adityasharat

Differential Revision: D48923384

fbshipit-source-id: 505841e8add06a5670a274d3ab2ee5d14a519b06
  • Loading branch information
mkarpio authored and facebook-github-bot committed Sep 5, 2023
1 parent bf13830 commit f5cb135
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,6 @@ class LayoutStateCreateTreeTest {
}

private class TestDrawableComponentWithMockInternalNode : TestComponent() {
protected fun canResolve(): Boolean = true

override fun resolve(resolveContext: ResolveContext, c: ComponentContext): LithoNode {
val result = mock<LithoLayoutResult>()
Expand Down

0 comments on commit f5cb135

Please sign in to comment.