Skip to content

Commit

Permalink
removed unneeded tokenAddress override
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolay Nikolov <[email protected]>
  • Loading branch information
nickeynikolovv committed May 9, 2024
1 parent 66a6a61 commit 34105ff
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test/discrepancies/Nonce.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const { expect } = require('chai');
const { ethers } = require('hardhat');
const { ContractId } = require('@hashgraph/sdk');

describe('@discrepancies - Nonce Test Suite', async () => {
describe.only('@discrepancies - Nonce Test Suite', async () => {
let signers;
let sdkClient;
let internalCalleeContract;
Expand Down Expand Up @@ -384,10 +384,6 @@ describe('@discrepancies - Nonce Test Suite', async () => {
//NONCE-017
it('should update nonce after successful ERC721 token call', async function () {
erc721Contract = await Utils.deployERC721Contract();
tokenAddress = await Utils.createNonFungibleToken(
tokenCreateContract,
signers[0].address
);
await Utils.updateTokenKeysViaHapi(tokenAddress, [
await tokenCreateContract.getAddress(),
await tokenTransferContract.getAddress(),
Expand Down

0 comments on commit 34105ff

Please sign in to comment.