Skip to content

Commit

Permalink
export json files moved b/c of antora
Browse files Browse the repository at this point in the history
  • Loading branch information
mneedham committed Aug 10, 2020
1 parent e365376 commit 5c77849
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/test/java/apoc/export/json/ExportJsonTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
public class ExportJsonTest {

private static File directory = new File("target/import");
private static File directoryExpected = new File("docs/asciidoc/data/exportJSON");
private static File directoryExpected = new File("docs/asciidoc/modules/ROOT/examples/data/exportJSON");

static { //noinspection ResultOfMethodCallIgnored
directory.mkdirs();
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/apoc/export/json/ImportJsonTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

public class ImportJsonTest {

private static File directory = new File("docs/asciidoc/data/exportJSON");
private static File directory = new File("docs/asciidoc/modules/ROOT/examples/data/exportJSON");

@Rule
public DbmsRule db = new ImpermanentDbmsRule()
Expand Down

0 comments on commit 5c77849

Please sign in to comment.