Skip to content

Commit 4db5158

Browse files
committed
Fixed wrong path to feature files
1 parent 68ac084 commit 4db5158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver/src/test/java/org/neo4j/driver/v1/tck/DriverComplianceIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* The base class to run all cucumber tests
3232
*/
3333
@RunWith( DriverCucumberAdapter.class )
34-
@CucumberOptions( features = {"src/test/resources"}, tags={"~@in_dev"}, format = {"pretty"})
34+
@CucumberOptions( features = {"target/resources/features"}, tags={"~@in_dev"}, format = {"pretty"})
3535
public class DriverComplianceIT
3636
{
3737
@ClassRule

0 commit comments

Comments
 (0)