From 302a9f7f30c9b94a220fb1ca9693ea4e8c6c46f8 Mon Sep 17 00:00:00 2001 From: Charles Driesler Date: Thu, 6 Jun 2024 12:01:00 +0100 Subject: [PATCH] repair import --- tests/integration/speckle_automate/test_automation_context.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/speckle_automate/test_automation_context.py b/tests/integration/speckle_automate/test_automation_context.py index b50198da..b1143959 100644 --- a/tests/integration/speckle_automate/test_automation_context.py +++ b/tests/integration/speckle_automate/test_automation_context.py @@ -12,7 +12,7 @@ AutomationStatus, run_function, ) -from speckle_automate.helpers import ( +from speckle_automate.fixtures import ( create_test_automation_run_data, crypto_random_string, )