Skip to content

Commit

Permalink
chore: fix name of test
Browse files Browse the repository at this point in the history
  • Loading branch information
radoering authored and abn committed Mar 13, 2024
1 parent b8de903 commit 0174116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 0174116

Please sign in to comment.