Skip to content

Commit

Permalink
Fix setting content
Browse files Browse the repository at this point in the history
  • Loading branch information
mlykotom committed Apr 2, 2024
1 parent c6ca287 commit 8fa3515
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,6 @@ class AppTest {
@get:Rule
val composeTestRule = createAndroidComposeRule<MainActivity>()

@Before
fun setUp() {
composeTestRule.setContent {
JetsnackApp()
}
}

@Test
fun app_launches() {
// Check app launches at the correct destination
Expand Down

0 comments on commit 8fa3515

Please sign in to comment.