Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Nov 29, 2024
1 parent 417bef4 commit 8e3a9da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_process_ei310_cutoff_datapackage.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def test_brightway():
source_version=ei_version,
key=key,
system_model=system_model,
biosphere_name=f"ecoinvent-{ei_version}-biosphere",
biosphere_name=[db for db in bw2data.databases if "biosphere" in db][0],
)

ndb.update()
Expand Down

0 comments on commit 8e3a9da

Please sign in to comment.