Skip to content

Commit

Permalink
Fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Jul 14, 2023
1 parent 774acbb commit 8e77a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_import_inventories.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def test_load_carma():
system_model="cutoff",
keep_uncertainty_data=False,
)
assert len(carma.import_db.data) >= 135
assert len(carma.import_db.data) >= 81


def test_load_biofuel():
Expand Down

0 comments on commit 8e77a43

Please sign in to comment.