Skip to content

Commit

Permalink
fine tuning py2 test
Browse files Browse the repository at this point in the history
  • Loading branch information
vokimon committed Nov 6, 2022
1 parent 5a1af52 commit 47c2e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yamlns/pytestutils_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ def test__assert_ns_contains__missing_key():
ns(common='common', missing='value'),
)
assert format(exception.value) == (
"assert 'common: common\\n' == 'common: comm...sing: value\\n'\n"
"assert 'common: common\\n' == 'common: common\\nmissing: value\\n'\n"
" common: common\n"
" + missing: value"
if py2 else
Expand Down

0 comments on commit 47c2e0d

Please sign in to comment.