summaryrefslogtreecommitdiff
path: root/suite/api_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'suite/api_test.py')
-rw-r--r--suite/api_test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/suite/api_test.py b/suite/api_test.py
index c44e34ac..f116941c 100644
--- a/suite/api_test.py
+++ b/suite/api_test.py
@@ -440,6 +440,7 @@ class TypeBuilderTest(unittest.TestCase):
assert ib.signed
assert len(ib) == 4
assert ib == ib.immutable_copy().mutable_copy(), "IntegerBuilder failed to round trip mutability"
+ assert repr(ib).startswith("<type:")
def test_CharBuilder(self):
b = TypeBuilder.char("my_char")