Skip to content

Commit

Permalink
Fix incorrect test call
Browse files Browse the repository at this point in the history
  • Loading branch information
Topin2001 committed May 27, 2024
1 parent 1029f58 commit b7ae5db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/ut/java/fr/cnes/sonar/report/ReportTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public void defaultReportValuesTest() {

@Test (expected = IllegalStateException.class)
public void emptyExecuteTest() throws Exception{
ReportCommandLine.execute(new String[0], null);
ReportCommandLine.execute(new String[0]);
}

@Test
Expand Down

0 comments on commit b7ae5db

Please sign in to comment.