mirror of
https://github.com/oceanprotocol-archive/squid-js.git
synced 2024-02-02 15:31:51 +01:00
fix test to use deepEqual
This commit is contained in:
parent
9a722d8686
commit
3f1d595331
@ -250,7 +250,7 @@ describe('Asset Owners', () => {
|
||||
newDDO.service[serviceIndex].attributes.main.privacy.allowNetworkAccess,
|
||||
newComputePrivacy.allowNetworkAccess
|
||||
)
|
||||
assert.equal(
|
||||
assert.deepEqual(
|
||||
newDDO.service[serviceIndex].attributes.main.privacy.trustedAlgorithms,
|
||||
newComputePrivacy.trustedAlgorithms
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user