diff options
-rw-r--r-- | Lib/test/test_collections.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_collections.py b/Lib/test/test_collections.py index c9b7f6b..88c3129 100644 --- a/Lib/test/test_collections.py +++ b/Lib/test/test_collections.py @@ -974,7 +974,7 @@ class TestCounter(unittest.TestCase): r = repr(c) self.assertIn("'a': 2", r) self.assertIn("'b': None", r) - + def test_helper_function(self): # two paths, one for real dicts and one for other mappings elems = list('abracadabra') |