Skip to content

Commit

Permalink
style(biscuits): Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jezhiggins committed Mar 13, 2019
1 parent 91f5d2f commit a3d0d17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/xml-flatten2csv-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand All @@ -91,7 +91,7 @@ describe('xmlFlatten2csv', () => {
)
})

async function test(
async function test (
inputFilename,
outputFilename,
root,
Expand Down

0 comments on commit a3d0d17

Please sign in to comment.