Skip to content

Commit

Permalink
Removes unexpected parameter passed to function
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantina Blazhukova authored and Konstantina Blazhukova committed Jul 3, 2023
1 parent 02edd43 commit a99932a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/tests/acceptance/rpc_batch2.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ describe('@api-batch-2 RPC Server Acceptance Tests', function () {

before(async () => {
basicContract = await servicesNode.deployContract(basicContractJson);
mainContractAddress = await deploymainContract(accounts[3].wallet);
mainContractAddress = await deploymainContract();

// Wait for creation to propagate
const basicMirror = await mirrorNode.get(`/contracts/${basicContract.contractId}`, requestId);
Expand Down

0 comments on commit a99932a

Please sign in to comment.