Skip to content

Commit 6898dd9

Browse files
author
Jerjou Cheng
committed
Break another test
1 parent 3d4cbf5 commit 6898dd9

File tree

1 file changed

+1
-0
lines changed
  • vision/landmark-detection/src/test/java/com/google/cloud/vision/samples/landmarkdetection

1 file changed

+1
-0
lines changed

vision/landmark-detection/src/test/java/com/google/cloud/vision/samples/landmarkdetection/DetectLandmarkIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ public class DetectLandmarkIT {
6969
appUnderTest.identifyLandmark(PRIVATE_LANDMARK_URI, MAX_RESULTS);
7070
fail("Expected IOException");
7171
} catch (IOException expected) {
72+
fail("FAILURE!!!!");
7273
assertThat(expected.getMessage()).named("IOException message").contains("ACCESS_DENIED");
7374
}
7475
}

0 commit comments

Comments
 (0)