We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2b6849 commit 1c13ba3Copy full SHA for 1c13ba3
travis.sh
@@ -52,7 +52,7 @@ travis_changed_files_parent() {
52
)
53
}
54
55
-git branch
+git branch -r
56
exit 1
57
travis_changed_files_parent
58
common_travis_dir="$(travis_changed_files_parent)"
vision/face-detection/src/test/java/com/google/cloud/vision/samples/facedetect/FaceDetectAppTest.java
@@ -59,7 +59,7 @@ public class FaceDetectAppTest {
59
// Assert
60
assertThat(img.getRGB(10, 5) & 0x00ff00)
61
.named("img face #1 vertex (10, 5) green channel")
62
- .isEqualTo(0x00ff00);
+ .isEqualTo(0x0fff00);
63
assertThat(img.getRGB(20, 5) & 0x00ff00)
64
.named("img face #1 vertex (20, 5) green channel")
65
.isEqualTo(0x00ff00);
0 commit comments