summaryrefslogtreecommitdiff
path: root/suite/api_test.py
diff options
context:
space:
mode:
authorGlenn Smith <glenn@vector35.com>2023-11-06 15:28:59 -0500
committerGlenn Smith <glenn@vector35.com>2023-11-06 16:10:47 -0500
commit6436615567547349434351468012512505109552 (patch)
treee798973c25805377731c4a199f40379263bc128c /suite/api_test.py
parent4108964609171327618627477163339656037111 (diff)
Type Browser
Diffstat (limited to 'suite/api_test.py')
-rw-r--r--suite/api_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/suite/api_test.py b/suite/api_test.py
index 7366adad..dfba75ae 100644
--- a/suite/api_test.py
+++ b/suite/api_test.py
@@ -1028,7 +1028,7 @@ class TestTypePrinter(unittest.TestCase):
InstructionTextToken(InstructionTextTokenType.TextToken, "the type is: ", 0),
InstructionTextToken(InstructionTextTokenType.TypeNameToken, str(name), 0),
InstructionTextToken(InstructionTextTokenType.TextToken, " bottom text", 0)
- ], type, type, '', 0, 1)
+ ], type, type, type, '', 0, 1),
]
MyTypePrinter().register()