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
@ -96,7 +96,7 @@ describe("libDDO", () => {
|
|||||||
|
|
||||||
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 () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user