Github user meiercaleb commented on a diff in the pull request:
https://github.com/apache/incubator-rya/pull/251#discussion_r153631342
--- Diff:
extras/rya.pcj.fluo/pcj.fluo.integration/src/test/java/org/apache/rya/indexing/pcj/fluo/integration/CreateDeletePeriodicPCJ.java
---
@@ -109,11 +109,11 @@ public void deletePeriodicPCJ() throws Exception {
vf.createLiteral(dtf.newXMLGregorianCalendar(time4))),
vf.createStatement(vf.createURI("urn:obs_4"),
vf.createURI("uri:hasId"), vf.createLiteral("id_4")));
- runTest(query, statements, 29);
+ runTest(query, statements, 30);
--- End diff --
Yes. Done.
---