Skip to content

Commit

Permalink
ANDROID-15138 fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
yamal-alm committed Sep 6, 2024
1 parent e1746f6 commit 6ae69cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class SearchInputTest : ScreenshotsTest() {
thenScreenshotIsOk()
}

private fun givenSomeSearchInput(value: Strin, enabled: Boolean = true) {
private fun givenSomeSearchInput(value: String, enabled: Boolean = true) {
composeTestRule.setContent {
MisticaTheme(brand = MovistarBrand) {
SearchInput(
Expand Down

0 comments on commit 6ae69cb

Please sign in to comment.