chadly / Geocoding.net

C# GeoCoding / Address Validation API
MIT License
443 stars 155 forks source link

Fix async tests #115

Closed dfyx closed 5 years ago

dfyx commented 5 years ago

This partially fixes #113. I didn't fix anything that relates to the data itself (such as unexpected location types) but all the systematic errors in AsyncGeocoderTest should be gone.

chadly commented 5 years ago

Thanks!