Skip to content

Commit 5f15699

Browse files
committed
test(core): avoid unnecessary data setup in label index regression
1 parent aeb8b83 commit 5f15699

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

hugegraph-server/hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9022,9 +9022,6 @@ public void testQueryByJointLabels() {
90229022
public void testCollectMatchedIndexesByJointLabelsWithIndexedProperties() {
90239023
HugeGraph graph = graph();
90249024
initPersonIndex(true);
9025-
init5Persons();
9026-
init5Computers();
9027-
init10Vertices();
90289025

90299026
VertexLabel person = graph.vertexLabel("person");
90309027
VertexLabel computer = graph.vertexLabel("computer");

0 commit comments

Comments
 (0)