From f8346f1e4c8f575de8d87af4b96aefe6a6e5ef5c Mon Sep 17 00:00:00 2001 From: Nana Essilfie-Conduah Date: Wed, 31 Aug 2022 21:16:51 -0500 Subject: [PATCH] substitute xit for it and xdescribe and decribe Signed-off-by: Nana Essilfie-Conduah --- packages/server/tests/acceptance/htsPrecompile.spec.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/server/tests/acceptance/htsPrecompile.spec.ts b/packages/server/tests/acceptance/htsPrecompile.spec.ts index 22bdd1135f..45978e7a4a 100644 --- a/packages/server/tests/acceptance/htsPrecompile.spec.ts +++ b/packages/server/tests/acceptance/htsPrecompile.spec.ts @@ -188,7 +188,7 @@ describe('HTS Precompile Acceptance Tests', async function () { }); // Depends on https://github.com/hashgraph/hedera-services/pull/3798 - xit('should be able to execute setApprovalForAllPublic', async function() { + it('should be able to execute setApprovalForAllPublic', async function() { const txBefore = (await baseHTSContract.isApprovedForAllPublic(NftHTSTokenContractAddress, BaseHTSContractAddress, accounts[1].wallet.address)); const txBeforeReceipt = await txBefore.wait(); const beforeFlag = txBeforeReceipt.events.filter(e => e.event === 'Approved')[0].args.approved; @@ -420,7 +420,7 @@ describe('HTS Precompile Acceptance Tests', async function () { // FIXME // Requires a newer version of services than 0.29.0-alpha.1 - xdescribe('HTS Precompile Wipe Tests', async function() { + describe('HTS Precompile Wipe Tests', async function() { before(async function() { const amount = 5;