fix tests

This commit is contained in:
alexcos20 2020-05-18 10:02:40 -07:00
parent f6be84e76f
commit 54f437a6e6
1 changed files with 0 additions and 2 deletions

View File

@ -2,8 +2,6 @@ import { Account } from '@oceanprotocol/squid'
export async function getUserJobs(ocean: any, account: string) {
try {
let account: Account
;[account] = await ocean.accounts.list()
const account = await ocean.accounts.list()
await account.authenticate()