We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8de903 commit 0174116Copy full SHA for 0174116
1 file changed
tests/test_exporter.py
@@ -1789,7 +1789,7 @@ def test_exporter_exports_requirements_txt_with_legacy_packages_and_duplicate_so
1789
assert content == expected
1790
1791
1792
-def test_exporter_exports_requirements_txt_with_default_and_secondary_sources(
+def test_exporter_exports_requirements_txt_with_two_primary_sources(
1793
tmp_path: Path, poetry: Poetry
1794
) -> None:
1795
poetry.pool.remove_repository("PyPI")
0 commit comments