fix linting

pull/1770/head
yann300 3 years ago
parent d1061b4c96
commit 1eaa56b142
  1. 2
      apps/remix-ide-e2e/src/tests/transactionExecution.spec.ts
  2. 2
      libs/remix-core-plugin/src/lib/compiler-artefacts.ts

@ -200,7 +200,7 @@ module.exports = {
.journalLastChildIncludes('"documentation": "param3 from library"')
.journalLastChildIncludes('Debug the transaction to get more information.')
.end()
},
}
}
// @TODO test: bytes8[3][] type as input

@ -4,7 +4,7 @@ import { CompilerAbstract } from '@remix-project/remix-solidity'
const profile = {
name: 'compilerArtefacts',
methods: ['get', 'addResolvedContract', 'getCompilerAbstract' , 'getAllContractDatas'],
methods: ['get', 'addResolvedContract', 'getCompilerAbstract', 'getAllContractDatas'],
events: [],
version: '0.0.1'
}

Loading…
Cancel
Save