Skip to content

Commit

Permalink
Removed import of missing procedure that is contributed to apoc
Browse files Browse the repository at this point in the history
  • Loading branch information
wadael committed Feb 4, 2018
1 parent ce009ef commit 1067b8d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
import org.neo4j.kernel.impl.proc.Procedures;
import org.neo4j.kernel.internal.GraphDatabaseAPI;
import org.neo4j.test.TestGraphDatabaseFactory;
import wadael.label.LabelProcedure;

import java.util.Arrays;
import java.util.Collections;
Expand All @@ -37,7 +36,6 @@ public static void setUp() throws Exception {
Procedures proceduresService = ((GraphDatabaseAPI) db).getDependencyResolver().resolveDependency(Procedures.class);
proceduresService.registerProcedure(LoadCsvSkeletonProcedure.class);
proceduresService.registerFunction(LoadCsvSkeletonProcedure.class);
proceduresService.registerProcedure(LabelProcedure.class);
}

@AfterClass
Expand Down

0 comments on commit 1067b8d

Please sign in to comment.