Skip to content

Commit

Permalink
Fix expected output of integrationTest task
Browse files Browse the repository at this point in the history
Summary: We have 12 tests not 11 lol

Reviewed By: sjkirby

Differential Revision: D22446358

fbshipit-source-id: cc43a704d8a1079416ad026ab63b9ea6a9e5a35b
  • Loading branch information
xiphirx authored and facebook-github-bot committed Jul 9, 2020
1 parent 9e3b940 commit 80aa7b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ task cleanAll(dependsOn: [

task integrationTest(dependsOn: ':sample:runDebugAndroidTestScreenshotTest') {
doLast {
assert taskLogOutput.toString().contains('Found 11 screenshots')
assert taskLogOutput.toString().contains('Found 12 screenshots')
}
}

0 comments on commit 80aa7b4

Please sign in to comment.