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 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() |
