Skip to content

Commit

Permalink
Remove test for NL postal codes WITH spaces. Regex ok. pelias#134
Browse files Browse the repository at this point in the history
  • Loading branch information
emacgillavry committed Sep 7, 2021
1 parent 412d4f5 commit 824b42d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/address.nld.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ const testcase = (test, common) => {
{ street: 'Brinkstraat' }, { housenumber: '87' }, { postcode: '7512EC' }, { locality: 'Enschede' }
])

assert('Brinkstraat 87, 7512 EC, Enschede', [
{ street: 'Brinkstraat' }, { housenumber: '87' }, { postcode: '7512 EC' }, { locality: 'Enschede' }
])

assert('Weerdsingel O.Z., Utrecht', [
{ street: 'Weerdsingel O.Z.' }, { locality: 'Utrecht' }
])
Expand Down

0 comments on commit 824b42d

Please sign in to comment.