Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
Committed-by: bingqing.lbq from Dev container
  • Loading branch information
BingqingLyu committed Feb 6, 2025
1 parent 04cf870 commit fec4c8d
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,7 @@ def test_example(self):

def test_insight_example(self):
self._graph_id = self.createGraphFromDict()
# print("modify graph schema")
# self.modifyGraphSchema()
print("vertex edge query")
self.modifyGraphSchema()
# sleep for a while to wait for the graph to be ready
time.sleep(10)
self.callVertexEdgeQuery()
Expand Down

0 comments on commit fec4c8d

Please sign in to comment.