Skip to content

Commit

Permalink
another fix to testing merge
Browse files Browse the repository at this point in the history
  • Loading branch information
cjthomas730 committed Nov 3, 2023
1 parent 9e4897d commit 794e45a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_cerulean_cloud/test_cloud_run_orchestrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ def test_func_merge_inferences_empty():

merged = merge_inferences(
feature_collections=geojson.FeatureCollection(features=[]),
feature_collections=geojson.FeatureCollection(features=[]),
# feature_collections=geojson.FeatureCollection(features=[]),
)
assert merged["type"] == "FeatureCollection"
assert len(merged["features"]) == 0
Expand Down

0 comments on commit 794e45a

Please sign in to comment.