Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-thomas authored and rotu committed Sep 5, 2019
1 parent 586b136 commit a50e726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_package_identification_python.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def test_identify():
desc.name = 'other-name'
with pytest.raises(RuntimeError) as e:
extension.identify(desc)
assert 'different name' in str(e.value)
assert 'different' in str(e.value)
assert desc.name == 'other-name'

(basepath / 'setup.cfg').write_text(
Expand Down

0 comments on commit a50e726

Please sign in to comment.