From c44108d87d18c63b849a8311b6725ca926328746 Mon Sep 17 00:00:00 2001 From: Nikolay Dorofeev Date: Tue, 14 Nov 2023 16:48:37 +0400 Subject: [PATCH] Change account parameters --- contracts/tests/DSocialNetworkAccount.spec.ts | 4 ++-- contracts/tests/DSocialNetworkMaster.spec.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/contracts/tests/DSocialNetworkAccount.spec.ts b/contracts/tests/DSocialNetworkAccount.spec.ts index a112c579..ea761ae2 100644 --- a/contracts/tests/DSocialNetworkAccount.spec.ts +++ b/contracts/tests/DSocialNetworkAccount.spec.ts @@ -36,8 +36,8 @@ describe('DSocialNetworkMaster', () => { { $$type: 'RegisterAccount', query_id: 0n, - account_name: 'name', - account_description: 'Account description' + account_name: 'test', + account_description: 'Test account description' } ) diff --git a/contracts/tests/DSocialNetworkMaster.spec.ts b/contracts/tests/DSocialNetworkMaster.spec.ts index 5552db46..1abea3d5 100644 --- a/contracts/tests/DSocialNetworkMaster.spec.ts +++ b/contracts/tests/DSocialNetworkMaster.spec.ts @@ -43,8 +43,8 @@ describe('DSocialNetworkMaster', () => { { $$type: 'RegisterAccount', query_id: 0n, - account_name: 'd0rich', - account_description: 'This is my first account' + account_name: 'test', + account_description: 'Test account description' } )