Skip to content

Commit

Permalink
Unit test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dgboss committed Dec 5, 2023
1 parent ff127fa commit 95a3f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/app/tests/fba/test_process_fuel_type_area.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
def test_get_warped_fuel_type_s3_key():
bucket = "abcde"
key = get_fuel_type_s3_key(bucket)
assert key == f"/vsis3/{bucket}/ftl/fuel_types_lambert_2000.tif"
assert key == f"/vsis3/{bucket}/ftl/fuel_types_from_sfms_epsg_3005.tif"


def test_classify_by_threshold_1():
Expand Down

0 comments on commit 95a3f7f

Please sign in to comment.