We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c808035 commit 69c8bf0Copy full SHA for 69c8bf0
1 file changed
compat-tests/hamcrest-2.x/src/test/java/org/xmlunit/TestResources.java
@@ -14,5 +14,5 @@
14
package org.xmlunit;
15
16
public final class TestResources {
17
- public static final String TEST_RESOURCE_DIR = "../../../test-resources/";
+ public static final String TEST_RESOURCE_DIR = "../../test-resources/";
18
}
0 commit comments