diff --git a/test/coreSpec.js b/test/coreSpec.js index 89a9ec1..e195603 100644 --- a/test/coreSpec.js +++ b/test/coreSpec.js @@ -206,20 +206,7 @@ describe(`core::string2csv`, () =>{ describe(`core::toCSV`, () =>{ let fixtures; beforeEach(() => { - fixtures = {string:' - - - - - - - - - - - - - y', arrays:[[],[]],jsons:[{}, {}]}; + fixtures = {string:'Xy', arrays:[[],[]],jsons:[{}, {}]}; }); it(`requires one argument at least`, () => { expect(() => toCSV()).toThrow();