Skip to content

Commit df21c21

Browse files
brechtmradoering
andauthored
Update tests/test_exporter.py
At the moment, it's not clear from its name that the focus of the test is a circular dependency on the root package. Co-authored-by: Randy Döring <[email protected]>
1 parent e202490 commit df21c21

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
@@ -1130,7 +1130,7 @@ def test_exporter_can_export_requirements_txt_with_nested_packages_cyclic(
11301130
assert content == expected
11311131

11321132

1133-
def test_exporter_can_export_requirements_txt_with_circular_dependency(
1133+
def test_exporter_can_export_requirements_txt_with_circular_root_dependency(
11341134
tmp_path: Path, poetry: Poetry
11351135
) -> None:
11361136
poetry.locker.mock_lock_data( # type: ignore[attr-defined]

0 commit comments

Comments
 (0)