1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

fix tests

This commit is contained in:
alexcos20 2020-09-23 02:40:31 -07:00
parent b0cd59f12c
commit 13f9f9a143

View File

@ -73,7 +73,7 @@ describe('MetadataStore', () => {
describe('#storeDDO()', () => { describe('#storeDDO()', () => {
it('should store a ddo', async () => { it('should store a ddo', async () => {
const did: DID = DID.generate() const did: DID = DID.generate('0x858048e3Ebdd3754e14F63d1185F8252eF142393')
const ddo: DDO = new DDO({ const ddo: DDO = new DDO({
id: did.getId() id: did.getId()
}) })
@ -88,7 +88,7 @@ describe('MetadataStore', () => {
describe('#retrieveDDO()', () => { describe('#retrieveDDO()', () => {
it('should store a ddo', async () => { it('should store a ddo', async () => {
const did: DID = DID.generate() const did: DID = DID.generate('0x8248b0E583B9db96Ca3764EadF36e0024035Cc3A')
const ddo: DDO = new DDO({ const ddo: DDO = new DDO({
id: did.getId() id: did.getId()
}) })