From 0174116ee8b99e013f099700a427f47ca16385f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Randy=20D=C3=B6ring?= <30527984+radoering@users.noreply.github.com> Date: Sun, 10 Mar 2024 10:28:40 +0100 Subject: [PATCH] chore: fix name of test --- tests/test_exporter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_exporter.py b/tests/test_exporter.py index fde6a6d..9eb8a07 100644 --- a/tests/test_exporter.py +++ b/tests/test_exporter.py @@ -1789,7 +1789,7 @@ def test_exporter_exports_requirements_txt_with_legacy_packages_and_duplicate_so assert content == expected -def test_exporter_exports_requirements_txt_with_default_and_secondary_sources( +def test_exporter_exports_requirements_txt_with_two_primary_sources( tmp_path: Path, poetry: Poetry ) -> None: poetry.pool.remove_repository("PyPI")