changeset 51699 | ca7bde5dbafb |
parent 51696 | 7f0cb9ee0534 |
--- a/tests/test-hybridencode.py Thu Jul 18 12:03:29 2024 +0200 +++ b/tests/test-hybridencode.py Thu Jul 18 12:36:12 2024 +0200 @@ -5,7 +5,6 @@ class hybridencodetests(unittest.TestCase): def hybridencode(self, input, want): - # Check the C implementation if it's in use got = store._pathencode(input) self.assertEqual(want, got)