Skip to content

Commit

Permalink
Update test.
Browse files Browse the repository at this point in the history
  • Loading branch information
prmukherj committed Apr 22, 2024
1 parent d68f8cd commit 1d7b4e1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions tests/test_new_meshing_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -1483,11 +1483,8 @@ def test_independent_meshing_sessions(new_mesh_session, new_mesh_session_1):
watertight = meshing_1.watertight()
assert watertight.import_geometry.arguments()

with pytest.raises(RuntimeError):
# This will no longer raise runtime error after the
# session specific data-model cache fix
fault_tolerant = meshing_2.fault_tolerant()
assert fault_tolerant.import_cad_and_part_management.arguments()
fault_tolerant = meshing_2.fault_tolerant()
assert fault_tolerant.import_cad_and_part_management.arguments()


@pytest.mark.codegen_required
Expand Down

0 comments on commit 1d7b4e1

Please sign in to comment.