diff options
| author | 2024-01-27 13:25:02 +0800 | |
|---|---|---|
| committer | 2024-01-27 13:25:02 +0800 | |
| commit | c367c9490021d28ea18adc6b5c7ac344d9129437 (patch) | |
| tree | 799bc37f6a316e6caf47a9f33c1a13ef6aed1de8 /tests | |
| parent | ef8eb76e1d324749b860567cdf92b64f1a32af37 (diff) | |
| download | infini-c367c9490021d28ea18adc6b5c7ac344d9129437.tar.gz infini-c367c9490021d28ea18adc6b5c7ac344d9129437.zip | |
:rotating_light: style(test): fix wrong pronouncation
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_register.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_register.py b/tests/test_register.py index c35b5717..d053e9eb 100644 --- a/tests/test_register.py +++ b/tests/test_register.py @@ -18,7 +18,7 @@ def test_register(): return Output("text", "block.sxy", block=True) @register.handler("撅少年狐") - def test_handelr(_: Input): + def test_handler(_: Input): return Output("text", "block.snh", block=True) register.regist_textevent("block.sxy", "不可直呼{{ sxy_id }}的ID") |
