Skip to content

Commit 69c8bf0

Browse files
committed
wrong path for test-resources
1 parent c808035 commit 69c8bf0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compat-tests/hamcrest-2.x/src/test/java/org/xmlunit/TestResources.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
package org.xmlunit;
1515

1616
public final class TestResources {
17-
public static final String TEST_RESOURCE_DIR = "../../../test-resources/";
17+
public static final String TEST_RESOURCE_DIR = "../../test-resources/";
1818
}

0 commit comments

Comments
 (0)