Skip to content

Commit

Permalink
https://github.com/gbif/pipelines/issues/1078
Browse files Browse the repository at this point in the history
reverting issue count
  • Loading branch information
fmendezh committed Sep 24, 2024
1 parent 400d69f commit 391ada1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class EvaluationTypeTest {
@Test
public void addNewEvaluationTypeTest() {
// When we add new OccurrenceIssue this will fail, then we need add new value to EvaluationType
assertEquals(77, OccurrenceIssue.values().length);
assertEquals(96, OccurrenceIssue.values().length);
assertEquals(152, EvaluationType.values().length);
}
}

0 comments on commit 391ada1

Please sign in to comment.