Skip to content

Commit b4bf7d9

Browse files
Update tests/unit/test_fields_calculator.py
Co-authored-by: Sébastien Morais <146729917+SMoraisAnsys@users.noreply.github.com>
1 parent e4ebd5b commit b4bf7d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/unit/test_fields_calculator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ def test_evaluate(mock_app):
7777
patch.object(fields_calculator, "write"),
7878
):
7979
value = fields_calculator.evaluate(expression="expr", setup=None, intrinsics=None)
80+
8081
assert value is not None
8182

8283

0 commit comments

Comments
 (0)