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 23, 2023
1 parent 9580b85 commit bb7ac22
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 bb7ac22

Please sign in to comment.