From 41a3346c140918147d32da07524d83b138188bb3 Mon Sep 17 00:00:00 2001 From: Christopher Pickering Date: Mon, 30 Aug 2021 14:47:32 +0200 Subject: [PATCH] fixed stripped whitespace on test.. --- tests/test_djlint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_djlint.py b/tests/test_djlint.py index a2a65d3..149a653 100644 --- a/tests/test_djlint.py +++ b/tests/test_djlint.py @@ -341,7 +341,7 @@ console.log(); def test_html_comments_tag(runner, tmp_file): write_to_file( tmp_file.name, - b"""
\n \n\n
""", + b"""
\n \n\n
""", ) runner.invoke(djlint, [tmp_file.name, "--reformat"]) assert (