Skip to content

Commit 6d57ae6

Browse files
authored
Update tests/test_types.py
1 parent ffde0d7 commit 6d57ae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1530,7 +1530,7 @@ def test_use_get_task_push_notification_params_for_request() -> None:
15301530
)
15311531

15321532

1533-
def test_camelCase(recwarn) -> None:
1533+
def test_camelCase() -> None:
15341534
skill = AgentSkill(
15351535
id='hello_world',
15361536
name='Returns hello world',

0 commit comments

Comments
 (0)