summaryrefslogtreecommitdiff
path: root/tests/test_aptsources.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_aptsources.py')
-rw-r--r--tests/test_aptsources.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_aptsources.py b/tests/test_aptsources.py
index 0479076c..d5b5ff9f 100644
--- a/tests/test_aptsources.py
+++ b/tests/test_aptsources.py
@@ -92,7 +92,7 @@ class TestAptSources(unittest.TestCase):
if c == comp:
found += 1
print "".join([s.str() for s in sources])
- assertEqual(found, 1)
+ self.assertEqual(found, 1)
if __name__ == "__main__":