Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kuanb committed Mar 5, 2018
1 parent 6d7ef05 commit 93b378f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_paths.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def test_loading_in_invalid_timeframes():

def test_synthetic_network():
# Load in the GeoJSON as a JSON and convert to a dictionary
geojson_path = fixture('synthetic_example.geojson')
geojson_path = fixture('synthetic_east_bay.geojson')
with open(geojson_path, 'r') as gjf:
reference_geojson = json.load(gjf)

Expand Down Expand Up @@ -163,7 +163,7 @@ def test_feed_to_graph_path():
assert connector_edge_count == 9

# Now reload in the synthetic graph geojson
geojson_path = fixture('synthetic_example.geojson')
geojson_path = fixture('synthetic_east_bay.geojson')
with open(geojson_path, 'r') as gjf:
reference_geojson = json.load(gjf)

Expand Down

0 comments on commit 93b378f

Please sign in to comment.