diff --git a/test/hts-precompile/token-create/tokenCreateContract.js b/test/hts-precompile/token-create/tokenCreateContract.js index 7d83185b2..c6fff78f8 100644 --- a/test/hts-precompile/token-create/tokenCreateContract.js +++ b/test/hts-precompile/token-create/tokenCreateContract.js @@ -289,7 +289,7 @@ describe('TokenCreateContract Test Suite', function () { ).to.equal(22); }); - describe.skip('Hapi vs Ethereum token create test', function () { + describe('Hapi vs Ethereum token create test', function () { // @notice: The param values below are preset to match the values preset in the // `createFungibleTokenWithSECP256K1AdminKeyPublic()` method in the TokenCreateContract.sol const tokenName = 'tokenName';