mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Fix up some newlines in output
This commit is contained in:
parent
cfc4910068
commit
795506a486
4 changed files with 39 additions and 36 deletions
|
|
@ -24,7 +24,7 @@ def test_CalledProcessError_str():
|
|||
'Output: \n'
|
||||
' stdout\n'
|
||||
'Errors: \n'
|
||||
' stderr\n'
|
||||
' stderr'
|
||||
)
|
||||
|
||||
|
||||
|
|
@ -37,7 +37,7 @@ def test_CalledProcessError_str_nooutput():
|
|||
'Return code: 1\n'
|
||||
'Expected return code: 0\n'
|
||||
'Output: (none)\n'
|
||||
'Errors: (none)\n'
|
||||
'Errors: (none)'
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue