Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasNx committed Aug 27, 2024
1 parent 43796aa commit 6844b64
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( 265, statistics.get(DataElementType.localFields));
assertEquals( 47, statistics.get(DataElementType.localIndicators));
assertEquals(2024, statistics.get(DataElementType.localSubfields));
assertEquals(5616, statistics.total());
assertEquals(2204, statistics.get(DataElementType.localSubfields));
assertEquals(5816, statistics.total());
}
}

0 comments on commit 6844b64

Please sign in to comment.