Skip to content

Commit

Permalink
remove groovy from Sqlg
Browse files Browse the repository at this point in the history
  • Loading branch information
pietermartin committed Apr 8, 2024
1 parent da91ab1 commit deac398
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sqlg-test/src/main/java/org/umlg/sqlg/test/AllTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
import org.umlg.sqlg.test.graph.TestEmptyGraph;
import org.umlg.sqlg.test.graph.TestGraphStepWithIds;
import org.umlg.sqlg.test.gremlincompile.*;
import org.umlg.sqlg.test.groovy.TestGroovy;
import org.umlg.sqlg.test.idstep.TestIdStep;
import org.umlg.sqlg.test.index.TestIndex;
import org.umlg.sqlg.test.index.TestIndexOnPartition;
Expand Down Expand Up @@ -299,7 +298,6 @@
TestEdgeMultiplicityUnique.class,
TestEdgeMultiplicityUniqueDistributed.class,
TestNullProperties.class,
TestGroovy.class,
TestStalePreparedStatement.class,
TestMerge.class,
TestPostgresLtree.class,
Expand Down

0 comments on commit deac398

Please sign in to comment.