summaryrefslogtreecommitdiff
path: root/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests.py')
-rwxr-xr-xtests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests.py b/tests.py
index db9c1c7..cc81dc6 100755
--- a/tests.py
+++ b/tests.py
@@ -96,7 +96,6 @@ class ComparisonTests(unittest.TestCase):
p3 = JsonPointer("/b/c")
self.assertTrue(p1.contains(p2))
- self.assertTrue(p1.contains(p1))
self.assertFalse(p1.contains(p3))