summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test_policy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_policy.py b/tests/test_policy.py
index d77fb27e..f7d41152 100644
--- a/tests/test_policy.py
+++ b/tests/test_policy.py
@@ -24,7 +24,7 @@ class TestAptPolicy(unittest.TestCase):
lowlevel_ver = ver._cand
for pkgfile, i in lowlevel_ver.file_list:
#print pkgfile, i, policy.get_priority(pkgfile)
- self.assertTrue(policy.get_priority(pkgfile) > 1)
+ self.assertTrue(policy.get_priority(pkgfile) >= 1)
self.assertTrue(policy.get_priority(pkgfile) < 1001)
def test_apt_policy_highlevel(self):