X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/70e00e04a44be5c1a53e4477a25354ecb2d5c1b1..be076f02fed09b50c15c8ee8d0585542bd55347d:/t/helper/csv.t 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'); #####