1
0
mirror of https://github.com/oceanprotocol-archive/squid-js.git synced 2024-02-02 15:31:51 +01:00

move DID to utils/DIDTools

This commit is contained in:
Bill Barman 2018-11-22 16:39:05 +08:00
parent fc19bf6d4c
commit 460ac496fe
2 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
import * as assert from "assert"
import * as didTools from "../src/DID"
import * as didTools from "../../src/utils/DIDTools"
import * as Web3 from "web3"
describe("DID Tests", () => {
describe("DIDTools Tests", () => {
describe("did generate", () => {