Skip to content

Commit

Permalink
Uncomment Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyD1 authored Sep 21, 2019
1 parent 7dc5b12 commit aef2c01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/osm_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,5 +163,5 @@ def check_perim_building_coord(osm_data, geolocator):
compare_buildings(building_names, osm_dict)


#check_perim_lot_coord(osm_dict, geolocator)
#check_perim_building_coord(osm_dict, geolocator)
check_perim_lot_coord(osm_dict, geolocator)
check_perim_building_coord(osm_dict, geolocator)

1 comment on commit aef2c01

@JohnnyD1
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit associated with issue #36.

Please sign in to comment.