Skip to content

Commit

Permalink
substitute xit for it and xdescribe and decribe
Browse files Browse the repository at this point in the history
Signed-off-by: Nana Essilfie-Conduah <[email protected]>
  • Loading branch information
Nana-EC committed Sep 6, 2022
1 parent 9cd71e4 commit f8346f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/server/tests/acceptance/htsPrecompile.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit f8346f1

Please sign in to comment.