Skip to content

Commit 523a1d0

Browse files
Jami CogswellJami Cogswell
authored andcommitted
Java: update method name in test
1 parent d9825b2 commit 523a1d0

File tree

1 file changed

+1
-1
lines changed
  • java/ql/test/library-tests/pathsanitizer

1 file changed

+1
-1
lines changed

java/ql/test/library-tests/pathsanitizer/Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ private void fileConstructorValidation(String path) throws Exception {
475475
throw new Exception();
476476
}
477477

478-
public void fileConstructor() throws Exception {
478+
public void fileConstructorSanitizer() throws Exception {
479479
// PathTraversalGuard
480480
{
481481
String source = (String) source();

0 commit comments

Comments
 (0)