From a3d0d174c716b333869422f4088dc68b2d60a30a Mon Sep 17 00:00:00 2001 From: Jez Higgins Date: Wed, 13 Mar 2019 21:46:59 +0000 Subject: [PATCH] style(biscuits): Lint fixes --- test/xml-flatten2csv-tests.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/xml-flatten2csv-tests.js b/test/xml-flatten2csv-tests.js index d95d475..3bb4656 100644 --- a/test/xml-flatten2csv-tests.js +++ b/test/xml-flatten2csv-tests.js @@ -75,9 +75,9 @@ describe('xmlFlatten2csv', () => { ['$.state', 'state', 'number'], ['$.stateDate', 'state_date', 'date'], ['@.streetDescription.en', 'description', 'string', 'required'], - ['@.locality.en', 'locality','string', 'required'], + ['@.locality.en', 'locality', 'string', 'required'], ['@.townName.en', 'town_name', 'string', 'required'], - ['@.administrativeArea.en', 'administrative_area','string'], + ['@.administrativeArea.en', 'administrative_area', 'string'] ] await test( @@ -91,7 +91,7 @@ describe('xmlFlatten2csv', () => { ) }) - async function test( + async function test ( inputFilename, outputFilename, root,