summaryrefslogtreecommitdiff
path: root/tests/test_tests.py
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2020-01-28 22:33:45 -0800
committerDavid Lord <davidism@gmail.com>2020-01-28 22:33:45 -0800
commit58ef8298075485e84a86184d58e877bc527a7e55 (patch)
tree9205c3f3f7d3f71d56d18a994926fe08b5f03b7f /tests/test_tests.py
parent4b8d839e1ec7ac4c7e42241e9e4279826bcc3580 (diff)
downloadjinja2-isinstance-tests.tar.gz
type tests use isinstanceisinstance-tests
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),