Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasNx committed Aug 30, 2024
1 parent d971b93 commit f10ccc7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public void testStatistics() {
assertEquals(2667, statistics.get(DataElementType.coreSubfields));
assertEquals( 291, statistics.get(DataElementType.localFields));
assertEquals( 59, statistics.get(DataElementType.localIndicators));
assertEquals(2369, statistics.get(DataElementType.localSubfields));
assertEquals(6017, statistics.total());
assertEquals(2388, statistics.get(DataElementType.localSubfields));
assertEquals(6036, statistics.total());
}
}

0 comments on commit f10ccc7

Please sign in to comment.