Skip to content

Commit

Permalink
rename test for better clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
m-czernek committed Oct 20, 2023
1 parent a03761e commit 7b513b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def _mock_repo_plugin(self, pkg_list) -> Mock:
@patch("spacewalk.satellite_tools.reposync.os", os)
@patch("spacewalk.satellite_tools.reposync.ThreadedDownloader")
@patch("spacewalk.satellite_tools.reposync.multiprocessing.Pool")
def test_sync_excludes_failed_pkgs(self, pool, downloader):
def test_import_packages_excludes_failed_pkgs(self, pool, downloader):
"""
When downloader fails to download a subset of packages
Then the RepoSync.import_packages function should not process the failed packages
Expand Down

0 comments on commit 7b513b4

Please sign in to comment.