1
0
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:
alexcos20 2020-05-10 01:08:09 -07:00
parent 9a722d8686
commit 3f1d595331

View File

@ -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
)