File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments