Skip to content

Commit

Permalink
Fix ResourcesTest
Browse files Browse the repository at this point in the history
  • Loading branch information
terrakok committed Dec 6, 2023
1 parent c867c68 commit 94bda44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class ResourcesTest : GradlePluginTestBase() {
//check resource's accessors were regenerated
gradle("generateComposeResClass").checks {
assertNotEqualTextFiles(
file("build/generated/compose/resourceGenerator/kotlin/generated/resources/Res.kt"),
file("build/generated/compose/resourceGenerator/kotlin/app/group/generated/resources/Res.kt"),
file("expected/Res.kt")
)
}
Expand Down

0 comments on commit 94bda44

Please sign in to comment.