Skip to content

Commit

Permalink
Revert "CI/CD test"
Browse files Browse the repository at this point in the history
This reverts commit 4f70673.
  • Loading branch information
bpedryc committed Jun 1, 2023
1 parent 4f70673 commit cc5ac3f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,7 @@ fun MainScreenContentPreview_Success() {
dogsState = BreedViewState(
breeds = listOf(
Breed(0, "appenzeller", false),
Breed(1, "australian", true),
Breed(2, "yorkie", true)
Breed(1, "australian", true)
)
)
)
Expand Down

0 comments on commit cc5ac3f

Please sign in to comment.