Skip to content
Merged
Prev Previous commit
Next Next commit
now fixed tests
  • Loading branch information
ExpDev07 committed Mar 26, 2020
commit dfbce99f697702f1eaddbab4dfef09566eba7f74
1 change: 1 addition & 0 deletions tests/test_location.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def test_location_class(mocked_timeline, test_id, country, country_code, country
'country_code': country_code,
'country_population': country_population,
'province': province,
'county': county,
'last_updated': now,
'coordinates': {
'latitude': latitude,
Expand Down