Skip to content

Commit

Permalink
pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyaspimpalgaonkar committed Oct 11, 2024
1 parent 1211e2f commit 9687283
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions py/tests/integration/runner_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def test_ingest_sample_file_cli():
print("Ingestion successful")
print("~" * 100)


def test_ingest_sample_file_2_cli():
"""
Ingesting Aristotle v2, the smaller version of the file.
Expand Down
2 changes: 1 addition & 1 deletion py/tests/integration/runner_sdk.py
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ def test_kg_create_graph_sample_file_sdk():
)

result = client.get_entities(
collection_id="122fdf6a-e116-546b-a8f6-e4cb2e2c0a09", limit = 1000
collection_id="122fdf6a-e116-546b-a8f6-e4cb2e2c0a09", limit=1000
)

entities_list = [ele["name"] for ele in result["results"]["entities"]]
Expand Down

0 comments on commit 9687283

Please sign in to comment.