Skip to content

Commit

Permalink
Fix nightly tests (#2107)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkundu1 authored Oct 6, 2023
1 parent 8c9d78b commit d941398
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_fluent_fixes.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


@pytest.mark.nightly
@pytest.mark.fluent_version(">=24.1")
@pytest.mark.fluent_version("==23.2")
def test_1364(new_solver_session):
solver = new_solver_session

Expand All @@ -23,11 +23,11 @@ def test_1364(new_solver_session):
"field": "temperature",
"average_over": 1,
"per_zone": False,
"cell_zones": ["fluid"],
"zone_names": ["fluid"],
"expr_list": None,
}
)

assert report_def.cell_zones.allowed_values() == ["fluid"]
assert report_def.zone_names.allowed_values() == ["fluid"]

assert report_def.expr_list.allowed_values() == None

0 comments on commit d941398

Please sign in to comment.