From e622e8997a684fd68dacd5fc95f9ebec76d7e052 Mon Sep 17 00:00:00 2001 From: Flex Ferrum Date: Thu, 16 May 2019 13:54:05 +0300 Subject: [PATCH] Remove duplicated testcase --- tests/test_imports.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_imports.py b/tests/test_imports.py index 65aae43f..4b8f312d 100644 --- a/tests/test_imports.py +++ b/tests/test_imports.py @@ -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') -- 2.47.2