Skip to content
This repository has been archived by the owner on Jun 28, 2021. It is now read-only.

Commit

Permalink
test: columns labels
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Apr 15, 2021
1 parent d2086b5 commit 122df89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/option.columns.coffee
Expand Up @@ -109,7 +109,7 @@ describe 'Option `columns`', ->
] unless err
next err

describe 'boolean array', ->
describe 'array', ->

it 'enforced by user if array', (next) ->
parse """
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 122df89

Please sign in to comment.