update test count

pull/5370/head
yann300 2 years ago committed by GitHub
parent ce371f8a47
commit e53f11cda3
  1. 2
      libs/remix-lib/test/txHelper.ts

@ -3,7 +3,7 @@ import tape from 'tape'
import * as txHelper from '../src/execution/txHelper'
tape('getFunction', function (st) {
st.plan(6)
st.plan(11)
let fn = txHelper.getFunction(JSON.parse(abi), 'o((address,uint256))')
st.equal(fn.name, 'o')

Loading…
Cancel
Save