Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 3, 2025
1 parent a84b18d commit 0442b1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_ontology.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ def test_construct_ontology_mapping():
)
assert equiv_dict["mean_daily_flow"].id != equiv_dict["water temperature"].id
id = 8164
assert (
equiv_dict["mean_daily_flow"].id == id
), f"The deterministic hash that generates the id should always generate {id}. A different name was likely used to generate the id"
assert equiv_dict["mean_daily_flow"].id == id, (
f"The deterministic hash that generates the id should always generate {id}. A different name was likely used to generate the id"
)

0 comments on commit 0442b1d

Please sign in to comment.