Skip to content

Commit

Permalink
test(venue_classification): uncomment passing test case
Browse files Browse the repository at this point in the history
  • Loading branch information
missinglink committed Jun 25, 2020
1 parent c2643fa commit e618bc7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions test/address.usa.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,7 @@ const testcase = (test, common) => {
assert('N DWIGHT AVE Portland Oregon', [{ street: 'N DWIGHT AVE' }, { locality: 'Portland' }, { region: 'Oregon' }])

assert('University of Hawaii', [{ venue: 'University of Hawaii' }])

// Maybe one day this test will pass...
// see: https://github.com/pelias/parser/pull/49
// assert('University of Hawaii at Hilo', [
// { venue: 'University of Hawaii at Hilo' }
// ])
assert('University of Hawaii at Hilo', [{ venue: 'University of Hawaii at Hilo' }])

assert('Highway 72', [{ street: 'Highway 72' }], true)
assert('1210a Highway 10 W IA', [{ housenumber: '1210a' }, { street: 'Highway 10 W' }, { region: 'IA' }], true)
Expand Down

0 comments on commit e618bc7

Please sign in to comment.