From af4529f4f9f276722071cfe6d4b225f7a4b83fd2 Mon Sep 17 00:00:00 2001 From: kitrady Date: Wed, 31 Jul 2024 12:18:28 -0500 Subject: [PATCH] merge with another branch to get newlines in reports --- tests/format_analyzer_test.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/format_analyzer_test.py b/tests/format_analyzer_test.py index 4e7c454..be2979d 100644 --- a/tests/format_analyzer_test.py +++ b/tests/format_analyzer_test.py @@ -96,8 +96,7 @@ def test_format_with_stack_trace(): format_checker.report(out_stream) assert ( out_stream.getvalue() - == """ -Lines that do not conform to log format: + == """Lines that do not conform to log format: - Hello I am a bad log line - Hello I am a bad log line""" )