Skip to content

Commit

Permalink
Update test_checkversion.test_version
Browse files Browse the repository at this point in the history
  • Loading branch information
PProfizi committed Jan 14, 2025
1 parent b5794a1 commit 8312868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_checkversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@ def test_version():
from ansys.dpf.core._version import server_to_ansys_version

assert server_to_ansys_version["1.0"] == "2021R1"
assert server_to_ansys_version["2099.9"] == "2099R9"
assert server_to_ansys_version["10.0.12"] == "2025R2"

0 comments on commit 8312868

Please sign in to comment.