tests: fix rename

This commit is contained in:
dettlaff 2023-10-12 02:09:13 +04:00
parent 5c42d7a907
commit 3fbc93c998
2 changed files with 2 additions and 2 deletions

View file

@ -100,7 +100,7 @@ def calculate_and_clear_dead_packages(job: Job):
status_text="Calculate the number of dead packages...",
)
dead_packages, package_equal_to_percent = get_dead_packages(stream_process
dead_packages, package_equal_to_percent = get_dead_packages(
run_nix_store_print_dead()
)

View file

@ -14,7 +14,7 @@ from selfprivacy_api.jobs.nix_collect_garbage import (
parse_line,
CLEAR_COMPLETED,
COMPLETED_WITH_ERROR,
stream_process,
process_stream,
RESULT_WAS_NOT_FOUND_ERROR,
)