Skip to content

Commit

Permalink
Cleanup test
Browse files Browse the repository at this point in the history
  • Loading branch information
alorma committed Sep 23, 2021
1 parent f5ecebe commit c117b81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class ComposeAssertionsTest {
// assertNotDisplayed tests
@Test
fun assertNotDisplayed_StringTest() {
val "Hello world"
val text = "Hello world"
composeTestRule.setContent { TextComposable(text) }

composeTestRule.assertNotDisplayed("next")
Expand Down

0 comments on commit c117b81

Please sign in to comment.