diff --git a/test/integration/Provider.test.ts b/test/integration/Provider.test.ts index 0b6ae86f..94c083ee 100644 --- a/test/integration/Provider.test.ts +++ b/test/integration/Provider.test.ts @@ -35,10 +35,6 @@ describe('Provider tests', async () => { it('Alice tests compute environments', async () => { const computeEnvs = await providerInstance.getComputeEnvironments(config.providerUri) - console.log(computeEnvs) + assert(computeEnvs, 'No Compute environments found') }) - - // encrypt - // checkDidFiles - // getComputeEnvironments })