Skip to content

Commit cca8f47

Browse files
committed
Fix coverage input zip path
1 parent caa7d58 commit cca8f47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coverage/src/test/java/fr/insee/vtl/coverage/TCKTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public void setUp() {
3535

3636
@TestFactory
3737
Stream<DynamicNode> generateTests() {
38-
String zipPath = "src/main/resources/v2.1.zip";
38+
String zipPath = "v2.1.zip";
3939
boolean resourceExists = getClass().getClassLoader().getResource(zipPath) != null;
4040
// Skip the test factory entirely if file is not present
4141
Assumptions.assumeTrue(resourceExists, "Skipping TCK tests: resource file not found");

0 commit comments

Comments
 (0)