Skip to content

Commit

Permalink
update data set test (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbrewster committed Jul 5, 2023
1 parent db85e1d commit 8d150f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/datatypes/dataset.mocha.js
Original file line number Diff line number Diff line change
Expand Up @@ -1260,7 +1260,7 @@ describe('Dataset', () => {
expect(ds.toCSV({ lineBreak: '\n', finalLineBreak: 'suppress' })).to.equal(sane`
w,x,y,z
"1, 2",1,"hel,lo, mo on","Thu Feb 19 2015 16:00:00 GMT-0800 (PST), Fri Feb 20 2015 16:00:00 GMT-0800 (PST)"
null,2,"wo rld, mo on",stars
,2,"wo rld, mo on",stars
`);
});

Expand All @@ -1279,7 +1279,7 @@ describe('Dataset', () => {

expect(ds.toCSV({ lineBreak: '\n', finalLineBreak: 'suppress' })).to.equal(sane`
letter
null
`);
});

Expand Down

0 comments on commit 8d150f7

Please sign in to comment.