We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9699d0 commit 6e91318Copy full SHA for 6e91318
src/test/java/com/checkmarx/ast/BuildResultsArgumentsTest.java
@@ -15,6 +15,7 @@ void testBuildResultsArguments_CreatesValidArguments() {
15
ReportFormat format = ReportFormat.json;
16
17
List<String> arguments = wrapper.buildResultsArguments(scanId, format);
18
+ //
19
20
Assertions.assertNotNull(arguments, "Arguments list should not be null");
21
Assertions.assertFalse(arguments.isEmpty(), "Arguments list should not be empty");
0 commit comments