Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions packages/wasm-sdk/tests/unit/data-contract.spec.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@ describe('DataContract', () => {
contract.free();
});

// TODO: enable test once an SDK fix to support this is merged
it.skip('should create a V1 contract from JSON and expose all properties including tokens and groups', async () => {
it('should create a V1 contract from JSON and expose all properties including tokens and groups', async () => {
const contract = sdk.DataContract.fromJSON(
contractFixtureV1,
true,
Expand Down
Loading