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 8c5a8b0 commit 7f791c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ void correct_list_must_be_get_from_high_map() {

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

0 comments on commit 7f791c9

Please sign in to comment.