update numbers tests

This commit is contained in:
Ashwin Naren
2025-01-17 15:48:59 -08:00
parent 16d8bab61a
commit f0fb375028

View File

@@ -147,10 +147,10 @@ class NumberTestCase(unittest.TestCase):
# alignment of the type...
self.assertEqual((code, alignment(t)),
(code, align))
(code, align))
# and alignment of an instance
self.assertEqual((code, alignment(t())),
(code, align))
(code, align))
def test_int_from_address(self):
from array import array