diff --git a/unittests/test_ahb_expression_evaluation.py b/unittests/test_ahb_expression_evaluation.py index 9d34e6d4..638eadff 100644 --- a/unittests/test_ahb_expression_evaluation.py +++ b/unittests/test_ahb_expression_evaluation.py @@ -194,8 +194,8 @@ def side_effect_rc_evaluation(condition_expression): ) mocker.patch( "ahbicht.expressions.ahb_expression_evaluation.format_constraint_evaluation", - return_value=AsyncMock( - side_effect=FormatConstraintEvaluationResult(format_constraints_fulfilled=True, error_message=None) + side_effect=AsyncMock( + return_value=FormatConstraintEvaluationResult(format_constraints_fulfilled=True, error_message=None) ), )