Skip to content

Commit

Permalink
rename tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ErnestaP committed Jul 22, 2024
1 parent e507264 commit fd929f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/units/common/test_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit fd929f7

Please sign in to comment.