[tests] fixing broken test

This commit is contained in:
Vinícius Moreira
2020-04-13 19:32:06 -03:00
parent f39db5dce0
commit 7abe146dbe

View File

@@ -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'}}