linting fix

pull/5370/head
Aniket-Engg 3 years ago committed by yann300
parent df93f61838
commit 5ec431b02f
  1. 2
      libs/remix-tests/src/deployer.ts

@ -14,7 +14,7 @@ import { compilationInterface } from './types'
export function deployAll (compileResult: compilationInterface, web3: Web3, testsAccounts, withDoubleGas: boolean, deployCb, callback) {
const compiledObject = {}
const contracts = {}
let accounts: string[] = testsAccounts
const accounts: string[] = testsAccounts
async.waterfall([
function getContractData (next) {

Loading…
Cancel
Save