From 122df895196dc81eb995354b340d1d7f825b36da Mon Sep 17 00:00:00 2001 From: David Worms Date: Thu, 15 Apr 2021 19:25:21 +0200 Subject: [PATCH] test: columns labels --- test/option.columns.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/option.columns.coffee b/test/option.columns.coffee index 497e30e..3aff191 100644 --- a/test/option.columns.coffee +++ b/test/option.columns.coffee @@ -109,7 +109,7 @@ describe 'Option `columns`', -> ] unless err next err - describe 'boolean array', -> + describe 'array', -> it 'enforced by user if array', (next) -> parse """ @@ -227,7 +227,7 @@ describe 'Option `columns`', -> ] unless err next err - it '', (next) -> + it 'last column value ignore when `null`', (next) -> # Trigger a bug where error is try to stringify and parse an undefined # value, conjointly triggered by a null column and a # CSV_RECORD_DONT_MATCH_COLUMNS_LENGTH error