X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=t%2Fhelper%2Fcsv.t;h=95ca14b36344c733d0e5f43015a4d5c3177bfd24;hb=45ee0662e55cf328d365c1662694cc1b333c723d;hp=13bcba7c7c762f8c28565342e3a82c622ddcda45;hpb=42f9ff8af5af7a1c1dd75524d11f38f46c3a1898;p=kivitendo-erp.git diff --git a/t/helper/csv.t b/t/helper/csv.t index 13bcba7c7..95ca14b36 100644 --- a/t/helper/csv.t +++ b/t/helper/csv.t @@ -629,7 +629,7 @@ EOL ignore_unknown_columns => 1, ); ok !$csv->parse, 'multiplex check detects incosistent datatype field position'; -is_deeply( ($csv->errors)[0], [ 0, 'datatype field must be at the same position for all datatypes for multiplexed data', 0, 0 ], 'multiplex data with inconsistent datatype field posiotion throws error'); +is_deeply( ($csv->errors)[0], [ undef, 0, 'datatype field must be at the same position for all datatypes for multiplexed data', 0, 0 ], 'multiplex data with inconsistent datatype field posiotion throws error'); #####