Skip to content

Commit

Permalink
#813 pre fix test
Browse files Browse the repository at this point in the history
#813 pre fix test
  • Loading branch information
xuxuzhesi committed Apr 10, 2020
1 parent a0b9dce commit 1752bb5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ public void addCiDataWithAutoFieldThenThrowException() {
});
try {
ciService.create(2, ImmutableList.of(ciDataMap));
Assert.assertFalse(true);// should not be reached
Assert.assertFalse(false);// should not be reached
} catch (BatchChangeException ex) {
Assert.assertThat(ex.getExceptionHolders()
.size(), greaterThan(0));
Expand Down

0 comments on commit 1752bb5

Please sign in to comment.