Skip to content

Commit

Permalink
add assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelcabot committed May 4, 2022
1 parent 997bbf5 commit b40f52d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test/integration/Provider.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
})

0 comments on commit b40f52d

Please sign in to comment.