Skip to content

Commit

Permalink
minor fix in tests: assert from chai
Browse files Browse the repository at this point in the history
  • Loading branch information
0x3bfc committed Oct 14, 2020
1 parent 7f27935 commit d72bb39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/integration/Provider.test.ts
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/unit/ocean/DID.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import assert from 'assert'
import { assert } from 'chai'
import DID from '../../../src/ocean/DID'

describe('DID', () => {
Expand Down

0 comments on commit d72bb39

Please sign in to comment.