Skip to content

Commit

Permalink
Update Datatokens.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcos20 authored Jul 15, 2020
1 parent 4b3b053 commit 5fe1f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/Datatokens.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { TestContractHandler } from '../TestContractHandler'
import { DataTokens } from '../../src/datatokens/Datatokens'

const Web3 = require('web3')
const factory = require('@oceanprotocol/contracts/artifacts/development/Factory.json')
const factory = require('@oceanprotocol/contracts/artifacts/development/DTFactory.json')
const datatokensTemplate = require('@oceanprotocol/contracts/artifacts/development/DataTokenTemplate.json')

const web3 = new Web3('http://127.0.0.1:8545')
Expand Down

0 comments on commit 5fe1f6d

Please sign in to comment.