Skip to content

Commit

Permalink
Update test_matcher.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rbikar committed Sep 2, 2021
1 parent 49ff8fd commit 7abb444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_matcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,7 @@ def test_keep_n_latest_rpms_multiple_arches():
# there should be 2 rpms
assert len(rpms) == 2

# i686 gpes with its highest version
# i686 rpm goes with its highest version
assert rpms[0].version == "10"
assert rpms[0].arch == "i686"

Expand Down

0 comments on commit 7abb444

Please sign in to comment.