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 f4cbf11 commit fc221ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ void must_get_correct_list_from_low_map() {

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

0 comments on commit fc221ff

Please sign in to comment.