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:
commit
b04cfc4a62
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
import assert from 'assert'
|
||||
import { assert } from 'chai'
|
||||
import DID from '../../../src/ocean/DID'
|
||||
|
||||
describe('DID', () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user