mirror of
https://github.com/oceanprotocol-archive/squid-js.git
synced 2024-02-02 15:31:51 +01:00
fix lint
This commit is contained in:
parent
8f06754880
commit
423e83d4eb
@ -93,12 +93,12 @@ describe("libDDO", () => {
|
|||||||
}
|
}
|
||||||
const publicKey = ddo.getPublicKey(4)
|
const publicKey = ddo.getPublicKey(4)
|
||||||
assert(publicKey)
|
assert(publicKey)
|
||||||
|
|
||||||
const publicKeyId = ddo.getPublicKey(did + "#keys=5")
|
const publicKeyId = ddo.getPublicKey(did + "#keys=5")
|
||||||
assert(publicKeyId)
|
assert(publicKeyId)
|
||||||
assert(publicKeyId.id == publicKey.id)
|
assert(publicKeyId.id === publicKey.id)
|
||||||
})
|
})
|
||||||
|
|
||||||
it("should find a service in the ddo", async () => {
|
it("should find a service in the ddo", async () => {
|
||||||
const ddo = new DDO(jsonDDO)
|
const ddo = new DDO(jsonDDO)
|
||||||
assert(ddo)
|
assert(ddo)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user