From fd929f79eb9f768ee61daa0a55ad069782931a2b Mon Sep 17 00:00:00 2001 From: ErnestaP Date: Mon, 22 Jul 2024 21:51:54 +0200 Subject: [PATCH] rename tests --- tests/units/common/test_common.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/units/common/test_common.py b/tests/units/common/test_common.py index 6925630e..c2b43456 100644 --- a/tests/units/common/test_common.py +++ b/tests/units/common/test_common.py @@ -244,7 +244,7 @@ def test_migrate_from_ftp_specified_file( @patch.object(IRepository, attribute="is_meta") @patch.object(IRepository, attribute="get_all_raw_filenames") @patch.object(IRepository, attribute="save") -def test_migrate_from_ftp_specified_file( +def test_migrate_from_ftp_specified_tar_file( repo_save, repo_get_all, repo_is_meta, @@ -279,7 +279,7 @@ def test_migrate_from_ftp_specified_file( @patch.object(IRepository, attribute="is_meta") @patch.object(IRepository, attribute="get_all_raw_filenames") @patch.object(IRepository, attribute="save") -def test_migrate_from_ftp_specified_file_force_from_ftp( +def test_migrate_from_ftp_specified_file_tar_force_from_ftp( repo_save, repo_get_all, repo_is_meta,