mirror of
https://github.com/nonebot/nonebot2.git
synced 2026-01-07 04:12:17 +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