1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

Merge pull request #362 from oceanprotocol/fix/assertion-in-tests

Fix/tests-assertion
This commit is contained in:
Matthias Kretschmann 2020-10-15 11:53:18 +02:00 committed by GitHub
commit b04cfc4a62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
import { Ocean } from '../../src/ocean/Ocean'
import config from './config'
import { assert } from 'console'
import { assert } from 'chai'
describe('Provider tests', () => {
let ocean: Ocean

View File

@ -1,4 +1,4 @@
import assert from 'assert'
import { assert } from 'chai'
import DID from '../../../src/ocean/DID'
describe('DID', () => {