[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2023-12-08 01:02:07 +00:00
parent 154c11034d
commit 1741952b49
2 changed files with 10 additions and 10 deletions

View File

@ -411,14 +411,14 @@ class TestAssert_reprcompare:
"This is some dummy test which shows the strange way in which Pycharm"
" displays the full diff.",
"This is some dummy test which shows the strange way in which Pycharm"
" displays the full diff."
" displays the full diff.",
]
assert callequal(m1, []) == [
"['This is som...e full diff.'] == []",
"Left contains one more item: 'This is some dummy test which shows the "
"strange way in which Pycharm displays the full diff.'",
'Use -v to get more diff',
"Use -v to get more diff",
]
assert callequal(m1, [], verbose=True) == [
"['This is som...e full diff.'] == []",
@ -435,7 +435,7 @@ class TestAssert_reprcompare:
"Left contains one more item: 'This is some dummy test which shows the "
"strange way in which Pycharm displays the full diff.This is some dummy test "
"which shows the strange way in which Pycharm displays the full diff.'",
'Use -v to get more diff',
"Use -v to get more diff",
]
assert callequal(m2, [], verbose=True) == [
@ -454,7 +454,7 @@ class TestAssert_reprcompare:
"['This is som...e full diff.'] == []",
"Left contains 2 more items, first extra item: 'This is some dummy test which shows the strange way in "
"which Pycharm displays the full diff.'",
'Use -v to get more diff',
"Use -v to get more diff",
]
assert callequal(m3, [], verbose=True) == [