Skip to content

Commit

Permalink
fix UT m3d
Browse files Browse the repository at this point in the history
  • Loading branch information
gmalinve committed Jan 10, 2025
1 parent 592bebb commit 5c686db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/test_maxwell_3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@ def test_maxwell_3d_assign_resistive_sheet_failure(mock_boundary_object, maxwell
mock_boundary_object.return_value = boundary_object
maxwell = Maxwell3d()
maxwell._modeler = MagicMock()
maxwell._logger = MagicMock()

assert not maxwell.assign_resistive_sheet(None, None)

0 comments on commit 5c686db

Please sign in to comment.