linting fix

pull/1738/head
Aniket-Engg 3 years ago committed by yann300
parent 7661cb2e86
commit 9dc4ca9ea1
  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