From 7abe146dbebf662b73c67352faab2dc5c9d9b580 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Moreira?= Date: Mon, 13 Apr 2020 19:32:06 -0300 Subject: [PATCH] [tests] fixing broken test --- tests/gems/arch/test_sorting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'}}