Skip to content

Commit

Permalink
Remove test for NL locality with stopword.
Browse files Browse the repository at this point in the history
  • Loading branch information
emacgillavry committed May 10, 2021
1 parent 9764fc8 commit 45323e8
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 @@ -47,10 +47,6 @@ const testcase = (test, common) => {
{ street: 'Oranjelaan Westzijde' }, { housenumber: '41' }, { locality: 'Puttershoek' }
])

assert('Middelstraat 18, De Moer', [
{ street: 'Middelstraat' }, { housenumber: '18' }, { locality: 'De Moer' }
])

assert('Rembrandtplein, Amsterdam', [
{ street: 'Rembrandtplein' }, { locality: 'Amsterdam' }
])
Expand Down

0 comments on commit 45323e8

Please sign in to comment.