We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeb8b83 commit 5f15699Copy full SHA for 5f15699
1 file changed
hugegraph-server/hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java
@@ -9022,9 +9022,6 @@ public void testQueryByJointLabels() {
9022
public void testCollectMatchedIndexesByJointLabelsWithIndexedProperties() {
9023
HugeGraph graph = graph();
9024
initPersonIndex(true);
9025
- init5Persons();
9026
- init5Computers();
9027
- init10Vertices();
9028
9029
VertexLabel person = graph.vertexLabel("person");
9030
VertexLabel computer = graph.vertexLabel("computer");
0 commit comments