Skip to content

Commit

Permalink
some tests were bad
Browse files Browse the repository at this point in the history
  • Loading branch information
kavigupta committed Feb 3, 2025
1 parent 442779f commit 54da5e6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions react/unit/search.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ firstResult(test)('urban area', 'Chicago [Urban Area], IL-IN, USA') // Should be
firstResult(test)('msa', 'Pittsburgh MSA, PA, USA') // Should be some MSA
firstResult(test)('dalas', 'Dallas Urban Center, USA') // Correct for misspelling
firstResult(test)('ventura city', 'San Buenaventura (Ventura) city, California, USA') // handles alias
firstResult(test)('san francisco urban', 'San Francisco-Oakland [Urban Area], CA, USA') // symbols treated as separate tokens (i.e., [Urban Area] shuold be treated as [ Urban Area ])
firstResult(test)('los angeles center 5', 'Los Angeles (Center East) 5MPC, USA') // I think same as above
firstResult(test)('france-germany', 'Strasbourg Urban Center, Germany-France') // reach test, should find something in both

test.run()

0 comments on commit 54da5e6

Please sign in to comment.