Skip to content

Commit 0174116

Browse files
radoeringabn
authored andcommitted
chore: fix name of test
1 parent b8de903 commit 0174116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_exporter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1789,7 +1789,7 @@ def test_exporter_exports_requirements_txt_with_legacy_packages_and_duplicate_so
17891789
assert content == expected
17901790

17911791

1792-
def test_exporter_exports_requirements_txt_with_default_and_secondary_sources(
1792+
def test_exporter_exports_requirements_txt_with_two_primary_sources(
17931793
tmp_path: Path, poetry: Poetry
17941794
) -> None:
17951795
poetry.pool.remove_repository("PyPI")

0 commit comments

Comments
 (0)