Skip to content

Commit

Permalink
[DEVOPS-540] Correct test
Browse files Browse the repository at this point in the history
  • Loading branch information
SophieCurinier committed Dec 17, 2024
1 parent fe5ca2d commit 8c2d069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/version_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def get_conda_recipe_version():
def test_version_is_consistent():
assert param_sweeps.__version__ == get_pyproject_version()
normalized_conda_version = Version(get_conda_recipe_version())
normalized_version = Version(orano_plate_interpreter.__version__)
normalized_version = Version(param_sweeps.__version__)
assert normalized_conda_version == normalized_version


Expand Down

0 comments on commit 8c2d069

Please sign in to comment.