Skip to content

Commit

Permalink
Updated baseline PART 2
Browse files Browse the repository at this point in the history
  • Loading branch information
pmartinbTEF committed Sep 22, 2023
1 parent d4132f2 commit a7cfdfa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ internal class ButtonKtTest {
}

private class TestScope {
val textValue = "textValue"
val textValue = "TEXTVALUE"
var clicked = false
val onClickListener: () -> Unit = { clicked = true }
}
Expand Down Expand Up @@ -146,7 +146,7 @@ internal class ButtonKtTest {
}

private class TestScope {
val textValue = "textValue"
val textValue = "TEXTVALUE"
var clicked = false
val onClickListener: () -> Unit = { clicked = true }
}
Expand Down

0 comments on commit a7cfdfa

Please sign in to comment.