Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasNx committed Aug 29, 2024
1 parent edf1336 commit d9454bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public void testStatistics() {
assertEquals( 184, statistics.get(DataElementType.coreIndicators));
assertEquals(2667, statistics.get(DataElementType.coreSubfields));
assertEquals( 291, statistics.get(DataElementType.localFields));
assertEquals( 47, statistics.get(DataElementType.localIndicators));
assertEquals( 55, statistics.get(DataElementType.localIndicators));
assertEquals(2204, statistics.get(DataElementType.localSubfields));
assertEquals(5814, statistics.total());
}
Expand Down

0 comments on commit d9454bf

Please sign in to comment.