Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jamal-khey committed Dec 13, 2023
1 parent 61d3a06 commit 1a65158
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,7 @@ public void testFilterPbInputTranslation() {
assertThat(reports.size(), is(2));
Set<String> reportKeys = reports.stream().map(Report::getReportKey).collect(Collectors.toSet());
assertThat(reportKeys.size(), is(1));
/*, "filterTranslationFailure"*/
assertThat(reportKeys, contains("contingencyTranslationFailure", "filterTranslationFailure")); //FIXME why and error disapear ?
assertThat(reportKeys, contains("contingencyTranslationFailure"));
}

@Test
Expand Down

0 comments on commit 1a65158

Please sign in to comment.