mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
fix lint
This commit is contained in:
parent
a57d6610e2
commit
c4127a9e31
@ -316,7 +316,7 @@ export class MetadataStore {
|
||||
}
|
||||
|
||||
public async getOwnerAssets(owner: string): Promise<DDO[]> {
|
||||
let q = {
|
||||
const q = {
|
||||
offset: 100,
|
||||
page: 1,
|
||||
query: {
|
||||
|
@ -181,10 +181,8 @@ describe('Marketplace flow', () => {
|
||||
)
|
||||
})
|
||||
})
|
||||
it ('owner can list there assets', async () => {
|
||||
const assets = await ocean.assets.ownerAssets(
|
||||
alice.getId()
|
||||
)
|
||||
it('owner can list there assets', async () => {
|
||||
const assets = await ocean.assets.ownerAssets(alice.getId())
|
||||
assert(assets.length > 0)
|
||||
})
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user