We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caa7d58 commit cca8f47Copy full SHA for cca8f47
coverage/src/test/java/fr/insee/vtl/coverage/TCKTest.java
@@ -35,7 +35,7 @@ public void setUp() {
35
36
@TestFactory
37
Stream<DynamicNode> generateTests() {
38
- String zipPath = "src/main/resources/v2.1.zip";
+ String zipPath = "v2.1.zip";
39
boolean resourceExists = getClass().getClassLoader().getResource(zipPath) != null;
40
// Skip the test factory entirely if file is not present
41
Assumptions.assumeTrue(resourceExists, "Skipping TCK tests: resource file not found");
0 commit comments