Skip to content

Commit

Permalink
Set comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
kenodegard committed Dec 14, 2023
1 parent 424e1f2 commit 89c7bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_inspect_pkg.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,4 @@ def test_which_package(tmp_path: Path):

precs_shared = list(which_package(tmp_path / "shared", tmp_path))
assert len(precs_shared) == 2
assert precs_shared == [precB, precA]
assert set(precs_shared) == {precA, precB}

0 comments on commit 89c7bc8

Please sign in to comment.