Skip to content

Commit

Permalink
Fix value in unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
soyjimmysaenz authored and soygabimoreno committed May 19, 2024
1 parent 26a977e commit 52aaa66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ internal class SelectableEmphasisTextTest {

composeTestRule.setContent {
SelectableEmphasisText(
text = "Hello, World!"
text = expectedText
)
}

Expand Down

0 comments on commit 52aaa66

Please sign in to comment.