Skip to content

Commit

Permalink
test fix 4
Browse files Browse the repository at this point in the history
  • Loading branch information
hpohekar committed Dec 19, 2024
1 parent 698148e commit 23edd91
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/test_session.py
Original file line number Diff line number Diff line change
Expand Up @@ -582,16 +582,6 @@ def test_general_exception_behaviour_in_session(new_solver_session):
def test_app_utilities_new_and_old(mixing_elbow_settings_session):
solver = mixing_elbow_settings_session

assert solver._app_utilities.get_product_version() in [
"22.2.0",
"23.1.0",
"23.2.0",
"24.1.0",
"24.2.0",
"25.1.0",
"25.2.0",
]

assert solver._app_utilities.get_app_mode() == pyfluent.FluentMode.SOLVER

assert not solver._app_utilities.is_beta_enabled()
Expand Down

0 comments on commit 23edd91

Please sign in to comment.