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 4002c92 commit 50a1e45Copy full SHA for 50a1e45
src/test/java/com/checkmarx/ast/ThinWrapperTest.java
@@ -28,4 +28,4 @@ public void testThinWrapperFail() {
28
CxException e = Assert.assertThrows(CxException.class, () -> wrapper.run(arguments));
29
Assert.assertTrue(e.getMessage().contains("--sast-preset"));
30
}
31
-}
+}
0 commit comments