Improve name

This commit is contained in:
Fabio Berger
2018-05-16 15:14:24 +02:00
parent 839db68571
commit 40ed59ce28

View File

@@ -885,14 +885,14 @@ describe('Schema', () => {
});
describe('#txDataSchema', () => {
it('should validate valid txData', () => {
const bigNumGasAmt = new BigNumber(42);
const bigNumGasAmount = new BigNumber(42);
const testCases = [
{
from: NULL_ADDRESS,
},
{
from: NULL_ADDRESS,
gas: bigNumGasAmt,
gas: bigNumGasAmount,
},
{
from: NULL_ADDRESS,