Skip to content

Commit 8b6e589

Browse files
committed
Merge branch 'deduplicate'
2 parents 210d185 + d293536 commit 8b6e589

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

modulemd/v1/tests/test-modulemd-python.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -279,8 +279,7 @@ def test_issue88(self):
279279
prioritizer.add(objects_from_repo_b, 0)
280280
supposedly_merged_objects = prioritizer.resolve()
281281

282-
# I would expect all three of these to be the same length... but they
283-
# are not.
282+
# Since they are all duplicates, they should be the same size.
284283
assert len(objects_from_repo_a) == len(objects_from_repo_b)
285284
assert len(objects_from_repo_a) == len(supposedly_merged_objects)
286285

@@ -290,8 +289,7 @@ def test_issue88(self):
290289
prioritizer.add(objects_from_repo_b, 1)
291290
supposedly_merged_objects = prioritizer.resolve()
292291

293-
# I would expect all three of these to be the same length... but they
294-
# are not.
292+
# Since they are all duplicates, they should be the same size.
295293
assert len(objects_from_repo_a) == len(objects_from_repo_b)
296294
assert len(objects_from_repo_a) == len(supposedly_merged_objects)
297295

0 commit comments

Comments
 (0)