Skip to content

Commit

Permalink
Change account parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
d0rich committed Nov 14, 2023
1 parent 4bfeee9 commit c44108d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions contracts/tests/DSocialNetworkAccount.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
)

Expand Down
4 changes: 2 additions & 2 deletions contracts/tests/DSocialNetworkMaster.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
)

Expand Down

0 comments on commit c44108d

Please sign in to comment.