From 33b4076cffa6e45f1ed5faba1646ff40a847374b Mon Sep 17 00:00:00 2001 From: ssallam Date: Wed, 15 Jul 2020 12:12:46 +0200 Subject: [PATCH] Fix test. --- test/integration/ComputeFlow.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/test/integration/ComputeFlow.test.ts b/test/integration/ComputeFlow.test.ts index e69eb674..77a86858 100644 --- a/test/integration/ComputeFlow.test.ts +++ b/test/integration/ComputeFlow.test.ts @@ -65,7 +65,6 @@ describe('Compute flow', () => { owner = (await ocean.accounts.list())[0] alice = (await ocean.accounts.list())[1] bob = (await ocean.accounts.list())[2] - (await ocean.accounts.list())[3] data = { t: 1, url: ocean.config.metadataStoreUri } blob = JSON.stringify(data) await contracts.deployContracts(owner.getId())