Skip to content

Commit

Permalink
fix: reenabled Hapi vs Ethereum token creat test
Browse files Browse the repository at this point in the history
Signed-off-by: Logan Nguyen <[email protected]>
  • Loading branch information
quiet-node committed May 20, 2024
1 parent ab81a5b commit d594625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/hts-precompile/token-create/tokenCreateContract.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit d594625

Please sign in to comment.