Skip to content

Commit

Permalink
Fix test_detailed_introspection to latest pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed Sep 28, 2019
1 parent 58b5048 commit 760b38f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_pytest_mock.py
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ def test(mocker):
"*Use -v to get the full diff*",
"*Kwargs:*",
"*assert {} == {'bar': 4}*",
"*Right contains* more item*",
"*Right contains 1 more item:*",
"*{'bar': 4}*",
"*Use -v to get the full diff*",
]
Expand Down

0 comments on commit 760b38f

Please sign in to comment.