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/SecHubReportMetaDataSummaryTest.java

Co-authored-by: Jeeppler <Jeeppler@users.noreply.github.com>
  • Loading branch information
zigfridus and Jeeppler authored Nov 2, 2023
1 parent 6472fce commit 8d49cc8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ void when_add_multiple_low_findings_then_green_and_total_counters_must_be_increa
@Test
void when_add_multiple_high_medium_low_findings_then_red_yellow_green_and_total_counters_must_be_increased() {
/* execute */
for (int i = 0; i < 101; i++) {
for (int i = 1; i <= 4 ; i++) {
secHubReportMetaDataSummary.reportScanHelper(highFinding);
secHubReportMetaDataSummary.reportScanHelper(mediumFinding);
secHubReportMetaDataSummary.reportScanHelper(lowFinding);
Expand Down

0 comments on commit 8d49cc8

Please sign in to comment.