Skip to content

Commit

Permalink
Merge pull request #310 from europeana/EA-3720_zoho_eu_migration
Browse files Browse the repository at this point in the history
fix integration tests, Merge remote-tracking branch 'origin/develop'
  • Loading branch information
gsergiu authored Feb 26, 2024
2 parents 66fe664 + e313744 commit 764ca53
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ public void testGetMaxOverallMetrics() throws Exception {
// MaxEntityMetrics maxValues = scoringService.getMaxEntityMetrics();
EntityMetrics maxValues = scoringService.getMaxOverallMetrics();
assertNotNull(maxValues);
assertEquals(24772, maxValues.getPageRank());
assertEquals(3065416, maxValues.getEnrichmentCount());
assertEquals(24576199, maxValues.getHitCount());
assertEquals(48421, maxValues.getPageRank());
assertEquals(12113168, maxValues.getEnrichmentCount());
assertEquals(1, maxValues.getHitCount());
}
}

0 comments on commit 764ca53

Please sign in to comment.