We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 586b136 commit a50e726Copy full SHA for a50e726
test/test_package_identification_python.py
@@ -59,7 +59,7 @@ def test_identify():
59
desc.name = 'other-name'
60
with pytest.raises(RuntimeError) as e:
61
extension.identify(desc)
62
- assert 'different name' in str(e.value)
+ assert 'different' in str(e.value)
63
assert desc.name == 'other-name'
64
65
(basepath / 'setup.cfg').write_text(
0 commit comments