mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-27 16:21:28 +00:00
✅ add param tests
This commit is contained in:
2
tests/plugins/param/param_default.py
Normal file
2
tests/plugins/param/param_default.py
Normal file
@ -0,0 +1,2 @@
|
||||
async def default(value: int = 1) -> int:
|
||||
return value
|
Reference in New Issue
Block a user