Skip to content

Commit

Permalink
Break another test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerjou Cheng committed Oct 25, 2016
1 parent 3d4cbf5 commit 6898dd9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ public class DetectLandmarkIT {
appUnderTest.identifyLandmark(PRIVATE_LANDMARK_URI, MAX_RESULTS);
fail("Expected IOException");
} catch (IOException expected) {
fail("FAILURE!!!!");
assertThat(expected.getMessage()).named("IOException message").contains("ACCESS_DENIED");
}
}
Expand Down

0 comments on commit 6898dd9

Please sign in to comment.