Skip to content

Commit

Permalink
Fix normalizers for Washington DC tests
Browse files Browse the repository at this point in the history
  • Loading branch information
orangejulius committed Aug 25, 2021
1 parent 5c68a7d commit d367f7b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test_cases/washington_dc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
"priorityThresh": 1,
"normalizers": {
"street": [
"toLowerCase",
"abbreviateDirectionals"
"toUpperCase",
"abbreviateDirectionals",
"toLowerCase"
]
},
"tests": [
Expand Down

0 comments on commit d367f7b

Please sign in to comment.