Skip to content

Commit

Permalink
Fix failing test buildClassNextSdkAccess
Browse files Browse the repository at this point in the history
  • Loading branch information
imayank91 committed Sep 29, 2023
1 parent aa915b4 commit 37125af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ compileSdk = "33"
# which runs on JDK 11.
layoutlib = "2022.2.1-5128371-2"
layoutlibPrebuiltSha = "5128371"
paparazziGradlePlugin = "1.3.0"
paparazziGradlePlugin = "1.3.1"

[libraries]
androidx-annotations = { module = "androidx.annotation:annotation", version = "1.6.0" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ class PaparazziPluginTest {
.withArguments("testDebug", "--stacktrace")
.runFixture(fixtureRoot) { build() }

val snapshotsDir = File(fixtureRoot, "custom/reports/paparazzi/images")
val snapshotsDir = File(fixtureRoot, "custom/reports/paparazzi/debug/images")
assertThat(snapshotsDir.exists()).isFalse()
}

Expand Down

0 comments on commit 37125af

Please sign in to comment.