Skip to content

Commit 021c945

Browse files
committed
Fixed wrong path
1 parent 5986a8c commit 021c945

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
@@ -30,7 +30,7 @@
3030
* The base class to run all cucumber tests
3131
*/
3232
@RunWith( DriverCucumberAdapter.class )
33-
@CucumberOptions( features = {"src/test/resources"}, tags={"~@in_dev,~@db"}, format = {"pretty"})
33+
@CucumberOptions( features = {"target/resources/features"}, tags={"~@in_dev"}, format = {"pretty"})
3434
public class DriverComplianceIT
3535
{
3636
@ClassRule

0 commit comments

Comments
 (0)