From 11508b7794048dc5f81fc4aba4c3a5b551c9e18c Mon Sep 17 00:00:00 2001 From: "Miquel A. Cabot" Date: Fri, 6 May 2022 11:14:39 +0200 Subject: [PATCH] add DDO type --- test/integration/SimplePublishConsumeFlow.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/integration/SimplePublishConsumeFlow.test.ts b/test/integration/SimplePublishConsumeFlow.test.ts index 9f4feedc..1036ed69 100644 --- a/test/integration/SimplePublishConsumeFlow.test.ts +++ b/test/integration/SimplePublishConsumeFlow.test.ts @@ -13,7 +13,7 @@ import { downloadFile, ZERO_ADDRESS } from '../../src' -import { ProviderFees, Erc20CreateParams } from '../../src/@types' +import { ProviderFees, Erc20CreateParams, DDO } from '../../src/@types' describe('Simple Publish & consume test', async () => { let config: Config @@ -31,7 +31,7 @@ describe('Simple Publish & consume test', async () => { } ] - const ddo = { + const ddo: DDO = { '@context': ['https://w3id.org/did/v1'], id: '', version: '4.0.0',