Skip to content

Commit 39f2f7a

Browse files
committed
test: re-enable failing test
Should pass once the 2794 is merged
1 parent 61cd521 commit 39f2f7a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/wasm-sdk/tests/unit/data-contract.spec.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@ describe('DataContract', () => {
6666
contract.free();
6767
});
6868

69-
// TODO: Re-enable following once PR 2794 or similar fixes underlying issue
70-
it.skip('should create a V1 contract from JSON and expose all properties including tokens and groups', async () => {
69+
it('should create a V1 contract from JSON and expose all properties including tokens and groups', async () => {
7170
const contract = sdk.DataContract.fromJSON(contractFixtureV1, PLATFORM_VERSION_CONTRACT_V1);
7271

7372
expect(contract).to.be.ok();

0 commit comments

Comments
 (0)