Skip to content

Commit dcf242c

Browse files
committed
fix: Fix unit tests
1 parent d7318c6 commit dcf242c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/toolbox-core/tests/test_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ def create_param_mock(name: str, description: str, annotation: Type) -> Mock:
3434
param_mock = Mock(spec=ParameterSchema)
3535
param_mock.name = name
3636
param_mock.description = description
37+
param_mock.required = True
3738

3839
mock_param_info = Mock()
3940
mock_param_info.annotation = annotation

0 commit comments

Comments
 (0)