diff options
Diffstat (limited to 'tests/float/bytearray_construct_endian.py')
| -rw-r--r-- | tests/float/bytearray_construct_endian.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/float/bytearray_construct_endian.py b/tests/float/bytearray_construct_endian.py index 257d37d1b..47f2b793c 100644 --- a/tests/float/bytearray_construct_endian.py +++ b/tests/float/bytearray_construct_endian.py @@ -9,4 +9,4 @@ except ImportError: print("SKIP") raise SystemExit -print(bytearray(array("f", [1, 2.3]))) +print(bytearray(array("f", [1, 2.5]))) |
