aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/com/puppycrawl/tools/checkstyle/checks/naming/TypeNameCheckTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/java/com/puppycrawl/tools/checkstyle/checks/naming/TypeNameCheckTest.java')
-rw-r--r--src/test/java/com/puppycrawl/tools/checkstyle/checks/naming/TypeNameCheckTest.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/test/java/com/puppycrawl/tools/checkstyle/checks/naming/TypeNameCheckTest.java b/src/test/java/com/puppycrawl/tools/checkstyle/checks/naming/TypeNameCheckTest.java
index 5bddb1c4e..07079c220 100644
--- a/src/test/java/com/puppycrawl/tools/checkstyle/checks/naming/TypeNameCheckTest.java
+++ b/src/test/java/com/puppycrawl/tools/checkstyle/checks/naming/TypeNameCheckTest.java
@@ -38,7 +38,9 @@ public class TypeNameCheckTest
@Override
protected String getPath(String filename) throws IOException {
return super.getPath("checks" + File.separator
- + "naming" + File.separator + filename);
+ + "naming" + File.separator
+ + "typename" + File.separator
+ + filename);
}
@Test