diff options
Diffstat (limited to 'tests.py')
-rwxr-xr-x | tests.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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)) |