summaryrefslogtreecommitdiff
path: root/tests/test_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_tests.py')
-rw-r--r--tests/test_tests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_tests.py b/tests/test_tests.py
index 42595e8..84f9e2d 100644
--- a/tests/test_tests.py
+++ b/tests/test_tests.py
@@ -86,7 +86,6 @@ class TestTestsCase(object):
('"foo" is sequence', True),
("[] is sequence", True),
("[1, 2, 3] is sequence", True),
- ("{} is sequence", True),
("none is mapping", False),
("false is mapping", False),
("42 is mapping", False),