diff --git a/t/Asset/Wobject/Thingy.t b/t/Asset/Wobject/Thingy.t index ed5ad0a40..585f5bd00 100644 --- a/t/Asset/Wobject/Thingy.t +++ b/t/Asset/Wobject/Thingy.t @@ -223,6 +223,7 @@ cmp_deeply( field_isVisible => '', field_pretext => undef, field_subtext => undef, + field_type => "textarea", }], 'Getting newly added thing data: getViewThingVars returns correct field_loop.' ); @@ -244,6 +245,7 @@ cmp_deeply( field_isVisible => '', field_pretext => undef, field_subtext => undef, + field_type => "textarea", }], viewScreenTitle => "", }, @@ -267,6 +269,7 @@ cmp_deeply( field_isVisible => '', field_pretext => undef, field_subtext => undef, + field_type => "textarea", }], 'Getting updated thing data: getViewThingVars returns correct field_loop with updated value.' );