Skip to content

Commit

Permalink
Fix spacing between failure message and code snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenburns committed Mar 21, 2021
1 parent 6de0fa5 commit cbfe278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ward/terminal.py
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ def output_test_failed_location(self, test_result: TestResult):
Text(
f"Failed at {test_result.test.path.relative_to(Path.cwd())}:{test_result.error.error_line}"
),
pad=(1, 0, 1, 2),
pad=(1, 0, 0, 2),
)
)

Expand Down

0 comments on commit cbfe278

Please sign in to comment.