From 6436615567547349434351468012512505109552 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Mon, 6 Nov 2023 15:28:59 -0500 Subject: Type Browser --- suite/api_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'suite/api_test.py') 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() -- cgit v1.3.1