Skip to content

Commit

Permalink
Fix a test that was missing the required prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
squarejesse committed Oct 1, 2024
1 parent ee79a3e commit bb5dce1
Show file tree
Hide file tree
Showing 21 changed files with 13 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ abstract class AbstractFlexContainerTest<T : Any> {
snapshotter(container.value).snapshot()
}

@Test fun columnWithUpdatedCrossAxisAlignment() {
@Test fun testColumnWithUpdatedCrossAxisAlignment() {
val container = flexContainer(FlexDirection.Column)
val snapshotter = snapshotter(container.value)
container.width(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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 bb5dce1

Please sign in to comment.