Skip to content

Commit 42138ed

Browse files
committed
Fix the test check
1 parent a3082fc commit 42138ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chia/_tests/cmds/wallet/test_notifications.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ async def delete_notifications(self, request: DeleteNotifications) -> None:
118118
test_rpc_clients.wallet_rpc_client = inst_rpc_client
119119
command_args = ["wallet", "notifications", "delete", FINGERPRINT_ARG, "--all"]
120120
# these are various things that should be in the output
121-
assert_list = ["Success: True"]
121+
assert_list = ["Success!"]
122122
run_cli_command_and_assert(capsys, root_dir, command_args, assert_list)
123123
expected_calls: logType = {"delete_notifications": [(None,)]}
124124
test_rpc_clients.wallet_rpc_client.check_log(expected_calls)

0 commit comments

Comments
 (0)