Skip to content

Commit

Permalink
Break a test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerjou Cheng committed Oct 25, 2016
1 parent ca6ec09 commit 3d4cbf5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public class FaceDetectAppTest {
// Assert
assertThat(img.getRGB(10, 5) & 0x00ff00)
.named("img face #1 vertex (10, 5) green channel")
.isEqualTo(0x00ff00);
.isEqualTo(0x0fff00);
assertThat(img.getRGB(20, 5) & 0x00ff00)
.named("img face #1 vertex (20, 5) green channel")
.isEqualTo(0x00ff00);
Expand Down

0 comments on commit 3d4cbf5

Please sign in to comment.