Fix formatting of inline expectation test comment

This commit is contained in:
Owen Mansel-Chan
2024-06-14 14:01:56 +01:00
parent e2a47e7c18
commit 098b732937

View File

@@ -38,7 +38,7 @@ class ConditionalBypassTest {
}
// FALSE NEGATIVE: we have no way of telling that the skipped method is sensitive
if (adminCookie.getValue() == "false") // $ MISSING: $ hasConditionalBypassTest
if (adminCookie.getValue() == "false") // $ MISSING: hasConditionalBypassTest
doReallyImportantSecurityWork();
InetAddress local = InetAddress.getLocalHost();