Skip to content

Commit

Permalink
GH-4592 Fix missing @testfactory
Browse files Browse the repository at this point in the history
  • Loading branch information
JervenBolleman committed Nov 10, 2023
1 parent da3e01e commit 04143fb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
import java.util.List;

import org.junit.jupiter.api.DynamicTest;
import org.junit.jupiter.api.TestFactory;

/**
* A test suite that runs the W3C Approved SPARQL 1.0 query tests.
Expand Down Expand Up @@ -51,6 +52,7 @@ public SPARQL10QueryComplianceTest() {
}
}

@TestFactory
public Collection<DynamicTest> tests() {
return getTestData("testcases-sparql-1.0-w3c/data-r2/manifest-evaluation.ttl");
}
Expand Down

0 comments on commit 04143fb

Please sign in to comment.