From 2f56f7f0e04af0d75d73d18567eb77bfd87f1ccf Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Fri, 4 Sep 2020 15:40:59 -0400 Subject: [PATCH] fix test --- tests/unit/service/test_parser.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/unit/service/test_parser.py b/tests/unit/service/test_parser.py index d2b688cfa..00804d7f7 100644 --- a/tests/unit/service/test_parser.py +++ b/tests/unit/service/test_parser.py @@ -252,12 +252,13 @@ class TestGenerator(TestCase): Usage: thing delete - [--change_account_id=] + [--wallet_id=] [--change_account_id=] [--fund_account_id=...] [--preview] [--no_wait] [--page=] [--page_size=] [--include_total] Options: --value1= : (str) + --wallet_id= : (str) restrict operation to specific wallet --change_account_id= : (str) account to send excess change (LBC) --fund_account_id= : (str, list) accounts to fund the transaction