From 8af150216acfc2a900c648ade713df947b903970 Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Tue, 9 Feb 2021 15:32:01 -0500 Subject: Make __repr__ more similar to other mapping types (#58) --- tests/test_map.py | 11 ++++------- tests/test_none_keys.py | 8 ++++---- 2 files changed, 8 insertions(+), 11 deletions(-) (limited to 'tests') diff --git a/tests/test_map.py b/tests/test_map.py index b6ee7f1..4a473b3 100644 --- a/tests/test_map.py +++ b/tests/test_map.py @@ -845,11 +845,10 @@ class BaseMapTest: def test_repr_1(self): h = self.Map() - self.assertTrue(repr(h).startswith('