mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 01:14:15 +02:00
[tests] fixing broken test
This commit is contained in:
@@ -188,7 +188,7 @@ class SortingTest(TestCase):
|
|||||||
ghi -> abc
|
ghi -> abc
|
||||||
expected: def, abc, ghi
|
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'},
|
'abc': {'d': {'ghi'}, 'p': {'abc': 'abc'}, 'r': 'extra'},
|
||||||
'ghi': {'d': {'xxx'}, 'p': {'ghi': 'ghi'}, 'r': 'extra'}}
|
'ghi': {'d': {'xxx'}, 'p': {'ghi': 'ghi'}, 'r': 'extra'}}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user