Skip to content

Commit ad18751

Browse files
authored
Update metadata versions in failing test (#832)
1 parent c9c21a7 commit ad18751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_package.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ def EmptyDist(filename):
296296
package_file.PackageFile.from_filename(filename, comment=None)
297297

298298
assert "Invalid distribution metadata" in err.value.args[0]
299-
assert "1.0, 1.1, 1.2, 2.0, and 2.1" in err.value.args[0]
299+
assert "1.0, 1.1, 1.2, 2.0, 2.1, and 2.2" in err.value.args[0]
300300

301301

302302
def test_malformed_from_file(monkeypatch):

0 commit comments

Comments
 (0)