summaryrefslogtreecommitdiffstats
path: root/python/tests
diff options
context:
space:
mode:
Diffstat (limited to 'python/tests')
-rwxr-xr-xpython/tests/binding_tests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/tests/binding_tests.py b/python/tests/binding_tests.py
index 60c3e414..8e9e0b29 100755
--- a/python/tests/binding_tests.py
+++ b/python/tests/binding_tests.py
@@ -81,7 +81,6 @@ class BindingTestCase(unittest.TestCase):
respondWith.append('first string')
self.failUnlessEqual(len(respondWith), 1)
self.failUnlessEqual(respondWith[0], 'first string')
- self.failUnlessEqual(respondWith[0], 'first string')
respondWith.append('second string')
self.failUnlessEqual(len(respondWith), 2)
self.failUnlessEqual(respondWith[0], 'first string')