Skip to content

Commit 6e91318

Browse files
committed
run again
1 parent f9699d0 commit 6e91318

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/com/checkmarx/ast/BuildResultsArgumentsTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ void testBuildResultsArguments_CreatesValidArguments() {
1515
ReportFormat format = ReportFormat.json;
1616

1717
List<String> arguments = wrapper.buildResultsArguments(scanId, format);
18+
//
1819

1920
Assertions.assertNotNull(arguments, "Arguments list should not be null");
2021
Assertions.assertFalse(arguments.isEmpty(), "Arguments list should not be empty");

0 commit comments

Comments
 (0)