Skip to content

Commit

Permalink
Fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrtwhite committed Feb 29, 2024
1 parent f7344fd commit 610941e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ abstract class AbstractFlexContainerTest<T : Any> {
verifySnapshot(container)
}

@Test fun nestedColumnsWithFlex() {
@Test fun testNestedColumnsWithFlex() {
val outerContainer = flexContainer(FlexDirection.Column)
outerContainer.width(Constraint.Fill)
outerContainer.height(Constraint.Fill)
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 610941e

Please sign in to comment.