rename jsonrpc_comment_edit -> jsonrpc_comment_update

This commit is contained in:
Oleg Silkin 2020-01-09 18:40:01 -05:00 committed by Lex Berezhny
parent fc2d9b4fd2
commit 2a7911c7d6
4 changed files with 11 additions and 11 deletions

View file

@ -352,7 +352,7 @@ class Examples(CommandTestCase):
await r(
'Edit the contents of a comment',
'comment', 'edit', 'Where there was once sasquatch, there is not',
'comment', 'update', 'Where there was once sasquatch, there is not',
f'--comment_id={comment["comment_id"]}'
)