Remove test for unknown prop now that we are allowing additional props fro txData
This commit is contained in:
@@ -871,10 +871,6 @@ describe('Schema', () => {
|
||||
{
|
||||
gas: new BigNumber(42),
|
||||
},
|
||||
{
|
||||
from: NULL_ADDRESS,
|
||||
unknownProp: 'here',
|
||||
},
|
||||
{},
|
||||
[],
|
||||
new BigNumber(1),
|
||||
|
||||
Reference in New Issue
Block a user