Skip to content

Commit

Permalink
update assert
Browse files Browse the repository at this point in the history
  • Loading branch information
sigma67 committed Nov 22, 2024
1 parent 245e609 commit 7109ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_build_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def test_build_locked_pyproject(pdm: PDMCallable, data_base_path: Path, temp_dir
assert result.exit_code == 0

wheel = wheel_from_tempdir(temp_dir)
assert count_group_dependencies(wheel, "locked") == 26
assert count_group_dependencies(wheel, "locked") == 24
assert count_group_dependencies(wheel, "extras-locked") == 1
assert count_group_dependencies(wheel, "cow-locked") == 1

Expand Down

0 comments on commit 7109ad3

Please sign in to comment.