From 4a409ab9584b72069b7568d2e9633e74bb7dad23 Mon Sep 17 00:00:00 2001 From: derekpierre Date: Tue, 16 Jul 2024 09:32:28 -0400 Subject: [PATCH] Rename integration test to have a unique name from acceptance test. --- .../actors/{test_operator.py => test_integration_operator.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename tests/integration/actors/{test_operator.py => test_integration_operator.py} (100%) diff --git a/tests/integration/actors/test_operator.py b/tests/integration/actors/test_integration_operator.py similarity index 100% rename from tests/integration/actors/test_operator.py rename to tests/integration/actors/test_integration_operator.py