From 0dfd9c95bf4393e583b8a73247d429e51cc0cb1c Mon Sep 17 00:00:00 2001 From: Arturo Seijas Date: Thu, 23 May 2024 11:02:00 +0200 Subject: [PATCH] Fix integration tests workflow --- .../{test___init__run_conflict.py => test_conflict.py} | 0 .../integration/{test___init__run_migrate.py => test_migrate.py} | 0 .../{test___init__run_reconcile.py => test_reconcile.py} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename tests/integration/{test___init__run_conflict.py => test_conflict.py} (100%) rename tests/integration/{test___init__run_migrate.py => test_migrate.py} (100%) rename tests/integration/{test___init__run_reconcile.py => test_reconcile.py} (100%) diff --git a/tests/integration/test___init__run_conflict.py b/tests/integration/test_conflict.py similarity index 100% rename from tests/integration/test___init__run_conflict.py rename to tests/integration/test_conflict.py diff --git a/tests/integration/test___init__run_migrate.py b/tests/integration/test_migrate.py similarity index 100% rename from tests/integration/test___init__run_migrate.py rename to tests/integration/test_migrate.py diff --git a/tests/integration/test___init__run_reconcile.py b/tests/integration/test_reconcile.py similarity index 100% rename from tests/integration/test___init__run_reconcile.py rename to tests/integration/test_reconcile.py