From bb44008a3f3d19a61965734ecac0b6884b758fc1 Mon Sep 17 00:00:00 2001 From: Ahmed Ali Date: Wed, 15 Jul 2020 10:13:55 +0200 Subject: [PATCH] Update ComputeFlow.test.ts --- test/integration/ComputeFlow.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/ComputeFlow.test.ts b/test/integration/ComputeFlow.test.ts index 3b969055..4b43a6e8 100644 --- a/test/integration/ComputeFlow.test.ts +++ b/test/integration/ComputeFlow.test.ts @@ -14,7 +14,7 @@ const web3 = new Web3('http://127.0.0.1:8545') const factory = require('@oceanprotocol/contracts/artifacts/development/Factory.json') const datatokensTemplate = require('@oceanprotocol/contracts/artifacts/development/DataTokenTemplate.json') -describe('Marketplace flow', () => { +describe('Compute flow', () => { let owner let bob let ddo