diff --git a/tests/gems/arch/test_sorting.py b/tests/gems/arch/test_sorting.py index 180ad39c..23c52012 100644 --- a/tests/gems/arch/test_sorting.py +++ b/tests/gems/arch/test_sorting.py @@ -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'}}