Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dbalabka authored Jun 4, 2023
1 parent a236502 commit 0abeb2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cli/test_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ def test_list_bare(project, pdm):
@mock.patch("pdm.termui.ROUNDED", ASCII)
@pytest.mark.usefixtures("working_set")
def test_list_bare_sorted_name(project, pdm):
pdm(["add", "requests", "PyYAML"], obj=project, strict=True)
pdm(["add", "requests", "pyyaml"], obj=project, strict=True)
result = pdm(["list", "--sort", "name"], obj=project)
expected = (
"+--------------------------------------+\n"
Expand Down

0 comments on commit 0abeb2b

Please sign in to comment.