Skip to content

Commit

Permalink
Change CFF tests to be consistent with the latest update (#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelNale authored Aug 30, 2023
1 parent 4334adb commit 2eee548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_fluid_simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def test_fluid_simulation_phases(self, fluent_simulation):
def test_fluid_simulation_result_unavailable(self, fluent_simulation):
# print(fluent_simulation)
with pytest.raises(ValueError, match="is not available."):
_ = fluent_simulation.wall_shear_stress()
_ = fluent_simulation.mass_fraction()

def test_results_fluent_averaging_from_elemental(self, fluent_simulation):
# print(fluent_simulation)
Expand Down

0 comments on commit 2eee548

Please sign in to comment.