Skip to content

Commit eda3dd0

Browse files
committed
update test for latest pytest
1 parent 8102627 commit eda3dd0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_pytest_icdiff.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,7 @@ def test_one():
263263
)
264264
output = testdir.runpytest('-vv', '--color=yes').stdout.str()
265265
assert "assert 404 == 400" in output
266-
assert "+404" in output
267-
assert "-400" in output
266+
assert "E assert 404 == 400" in output
268267

269268

270269
def test_larger_numbers_are_sane(testdir):

0 commit comments

Comments
 (0)