Skip to content

Commit

Permalink
merge with another branch to get newlines in reports
Browse files Browse the repository at this point in the history
  • Loading branch information
kitrady committed Jul 31, 2024
1 parent 726d1c9 commit af4529f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/format_analyzer_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"""
)

0 comments on commit af4529f

Please sign in to comment.