mirror of
https://github.com/python/cpython.git
synced 2026-05-04 09:31:02 +00:00
+1
This commit is contained in:
parent
760e2f0b62
commit
a2d803522e
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@ def test_error(self):
|
|||
self.assertRaises(ValueError, array_reconstructor,
|
||||
array.array, "b", UNKNOWN_FORMAT, b"")
|
||||
self.assertRaises(ValueError, array_reconstructor,
|
||||
array.array, "b", 22, b"")
|
||||
array.array, "b", MACHINE_FORMAT_CODE_MAX + 1, b"")
|
||||
self.assertRaises(ValueError, array_reconstructor,
|
||||
array.array, "d", 16, b"a")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue