diff options
Diffstat (limited to 'suite/api_test.py')
| -rw-r--r-- | suite/api_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/suite/api_test.py b/suite/api_test.py index ea8378a8..167af3af 100644 --- a/suite/api_test.py +++ b/suite/api_test.py @@ -799,7 +799,7 @@ class TypeTest(unittest.TestCase): b = TypeBuilder.array(ib, 4) assert len(b) == len(ib) * 4 assert b.count == 4 - assert b.element_type == ib.immutable_copy() + assert b.element_type == ib assert b == b.immutable_copy().mutable_copy(), "ArrayBuilder failed to round trip mutability" def test_StructureBuilder(self): |
