Skip to content

Commit

Permalink
Update test to match siren added attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasG77 committed Aug 31, 2022
1 parent fd74234 commit af8fb0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/communeHelpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ describe('communeHelpers', () => {
it('empty request should return default fields', done => {
runTestCase(
{},
['nom', 'code', 'codesPostaux', 'codeEpci', 'codeDepartement', 'codeRegion', 'population'],
['nom', 'code', 'codesPostaux', 'codeEpci', 'codeDepartement', 'codeRegion', 'population', 'siren'],
done
)
})
Expand Down

0 comments on commit af8fb0a

Please sign in to comment.