mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-06 22:54:16 +02:00
[tests] fixing broken test
This commit is contained in:
@@ -188,7 +188,7 @@ class SortingTest(TestCase):
|
||||
ghi -> abc
|
||||
expected: def, abc, ghi
|
||||
"""
|
||||
pkgs = {'def': {'d': None, 'p': {'def': 'def'}, 'r': 'arch'},
|
||||
pkgs = {'def': {'d': None, 'p': {'def': 'def'}, 'r': 'aur'},
|
||||
'abc': {'d': {'ghi'}, 'p': {'abc': 'abc'}, 'r': 'extra'},
|
||||
'ghi': {'d': {'xxx'}, 'p': {'ghi': 'ghi'}, 'r': 'extra'}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user