Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Apr 15, 2024
1 parent 39ba568 commit 5f67163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def test_ei_db_label():
}
assert (
eidb_label(scenario, version, system_model)
== f"ecoinvent_{system_model}_{version}_{model}_{pathway}_{year}_test"
== f"ecoinvent_{system_model}_{version}_{model}_{pathway}_{year}_test_{datetime.now().strftime('%Y-%m-%d %H-%M')} (v.{str(__version__)})"
)


Expand Down

0 comments on commit 5f67163

Please sign in to comment.