Skip to content

Commit 24eafb3

Browse files
committed
remove skip test
1 parent f1e67f1 commit 24eafb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/integration/indexer.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ describe('Indexer stores a new metadata events and orders.', () => {
592592
assert(trxReceipt, 'set metada state failed')
593593
})
594594

595-
it.skip('Deprecated asset should have a short version of ddo', async function () {
595+
it('Deprecated asset should have a short version of ddo', async function () {
596596
const result = await nftContract.getMetaData()
597597
expect(parseInt(result[2].toString())).to.equal(2)
598598

0 commit comments

Comments
 (0)