Skip to content

Commit

Permalink
Try to reproduce
Browse files Browse the repository at this point in the history
  • Loading branch information
takahirom authored May 25, 2024
1 parent fa2fd5b commit 03c1581
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ class RoborazziGradleProject(val testProjectDir: TemporaryFolder) {
}

fun record(): BuildResult {
val task = "recordRoborazziDebug"
val task = "recordRoborazzi"
return runTask(task)
}

fun recordWithFilter1(): BuildResult {
val task = "recordRoborazziDebug"
val task = "recordRoborazzi"
return runTask(
task,
additionalParameters = arrayOf(
Expand All @@ -29,7 +29,7 @@ class RoborazziGradleProject(val testProjectDir: TemporaryFolder) {
}

fun recordWithFilter2(): BuildResult {
val task = "recordRoborazziDebug"
val task = "recordRoborazzi"
return runTask(
task,
additionalParameters = arrayOf(
Expand Down

0 comments on commit 03c1581

Please sign in to comment.