From 672109845ad63da379cd54d8680020760f9b06c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=2E=20J=2E=20Guill=C3=A9n-Osorio?= Date: Mon, 6 Feb 2023 18:38:50 -0600 Subject: [PATCH] fix test --- sigils/tests/test_filters.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sigils/tests/test_filters.py b/sigils/tests/test_filters.py index 6cbd4bc..ad43199 100644 --- a/sigils/tests/test_filters.py +++ b/sigils/tests/test_filters.py @@ -149,5 +149,5 @@ def func(): with local_context(USERPARAM="World"): execute(code) assert stdout.getvalue() == "Hello World\n" - +