]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Remove duplicated testcase 1003/head
authorFlex Ferrum <flexferrum@gmail.com>
Thu, 16 May 2019 10:54:05 +0000 (13:54 +0300)
committerGitHub <noreply@github.com>
Thu, 16 May 2019 10:54:05 +0000 (13:54 +0300)
tests/test_imports.py

index 65aae43f20b228a26a11bdc682eb5512e3810a3b..4b8f312de974c583b2fae2d14d9059f034b4b2f1 100644 (file)
@@ -139,8 +139,6 @@ class TestIncludes(object):
         test_includes(t, x='missing')
         t = test_env.from_string('{% include x %}')
         test_includes(t, x='header')
-        t = test_env.from_string('{% include x %}')
-        test_includes(t, x='header')
         t = test_env.from_string('{% include [x] %}')
         test_includes(t, x='header')