Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
pavi2410 committed Feb 20, 2022
1 parent 451cf8b commit 3c297a7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hooks/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ android {
}
packagingOptions {
resources {
excludes += "/META-INF/{AL.0,LGPL2.1}"
excludes += "/META-INF/{AL2.0,LGPL2.1}"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package me.pavi2410.useCompose.react
package me.pavi2410.useCompose.hooks

import androidx.compose.foundation.layout.Column
import androidx.compose.material.Button
Expand Down Expand Up @@ -38,7 +38,7 @@ class HooksTest {
}

// initial state
composeTestRule.onNodeWithTag("status").assertTextEquals("Switch = ON")
composeTestRule.onNodeWithTag("status").assertTextEquals("Switch = OFF")

composeTestRule.onNodeWithText("Toggle").performClick()
composeTestRule.onNodeWithTag("status").assertTextEquals("Switch = ON")
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package me.pavi2410.useCompose.react
package me.pavi2410.useCompose.hooks

import org.junit.Test

Expand Down

0 comments on commit 3c297a7

Please # to comment.