Skip to content

Commit

Permalink
Update sechub-commons-model/src/test/java/com/mercedesbenz/sechub/com…
Browse files Browse the repository at this point in the history
…mons/model/SecHubReportMetaDataSummaryDetailsTest.java

Co-authored-by: Jeeppler <Jeeppler@users.noreply.github.com>
  • Loading branch information
zigfridus and Jeeppler authored Nov 2, 2023
1 parent 01d06c5 commit c6fcc75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ void must_get_correct_list_from_medium_map() {

/* test */
assertTrue(!list.isEmpty());
assertTrue(1 == list.size());
assertEquals(1, list.size());
assertEquals(mediumFinding.getCweId(), list.get(0).getCweId());
assertEquals(mediumFinding.getName(), list.get(0).getName());
assertEquals(1, list.get(0).getCount());
Expand Down

0 comments on commit c6fcc75

Please sign in to comment.