From 9687283e0201b72cd19f1ee3325473b8abbc45ee Mon Sep 17 00:00:00 2001 From: Shreyas Pimpalgaonkar Date: Fri, 11 Oct 2024 09:36:35 -0700 Subject: [PATCH] pre-commit --- py/tests/integration/runner_cli.py | 1 + py/tests/integration/runner_sdk.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/py/tests/integration/runner_cli.py b/py/tests/integration/runner_cli.py index 3014091c2..e24e12b65 100644 --- a/py/tests/integration/runner_cli.py +++ b/py/tests/integration/runner_cli.py @@ -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. diff --git a/py/tests/integration/runner_sdk.py b/py/tests/integration/runner_sdk.py index 8c3bd9daa..63b542eec 100644 --- a/py/tests/integration/runner_sdk.py +++ b/py/tests/integration/runner_sdk.py @@ -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"]]