Skip to content

Commit a50e726

Browse files
dirk-thomasrotu
authored andcommitted
update test
1 parent 586b136 commit a50e726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_package_identification_python.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def test_identify():
5959
desc.name = 'other-name'
6060
with pytest.raises(RuntimeError) as e:
6161
extension.identify(desc)
62-
assert 'different name' in str(e.value)
62+
assert 'different' in str(e.value)
6363
assert desc.name == 'other-name'
6464

6565
(basepath / 'setup.cfg').write_text(

0 commit comments

Comments
 (0)