Skip to content

Commit

Permalink
ANDROID-14134 remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
jeprubio committed Dec 26, 2023
1 parent da4e9d6 commit ba3ca7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ internal class ListRowItemKtTest: ScreenshotsTest() {
)
composeTestRule.onNode(hasTestTag(LIST_ROW_ITEM_ASSET_TAG)).performClick()

assertEquals( 1, clicked)
assertEquals(1, clicked)
}

@OptIn(ExperimentalMaterialApi::class)
Expand Down

0 comments on commit ba3ca7f

Please sign in to comment.