Add missing fix for generator

This commit is contained in:
Johan B.W. de Vries 2025-04-27 15:30:17 +02:00
parent c8009403c4
commit 11fde4cb9e

View File

@ -282,7 +282,7 @@ if TYPE_NAME.startswith('tuple_') or TYPE_NAME.startswith('static_array_'):
elif TYPE_NAME.startswith('struct_'):
expect_type_error(
TYPE + ' must be (u32, ) instead',
'The type of the value passed to argument x of function helper should match the type of that argument',
'The type of the value passed to argument 0 of function helper should match the type of that argument',
)
else:
expect_type_error(