Skip to content

Commit

Permalink
don't test file for streaming version
Browse files Browse the repository at this point in the history
  • Loading branch information
mneedham committed Nov 15, 2019
1 parent 3541a68 commit 9a71187
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/java/apoc/export/json/ExportJsonTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ public void testExportPointMapDatetimeStreamJson() throws Exception {
assertTrue("Should get statement", r.get("source").toString().contains("statement: cols(7)"));
assertStreamEquals(filename, r.get("data").toString());
});
assertFileEquals(filename);
}

@Test
Expand Down

0 comments on commit 9a71187

Please sign in to comment.