mirror of https://github.com/status-im/web3.js.git
fixed tests
This commit is contained in:
parent
6e04aa936f
commit
b13ed4ee27
|
@ -184,6 +184,7 @@ var tests = [{
|
|||
},
|
||||
options: {},
|
||||
expected: {
|
||||
address: address,
|
||||
topics: [
|
||||
'0x0000000000000000000000000000000000000000000000000000000000000001'
|
||||
]
|
||||
|
@ -207,6 +208,7 @@ var tests = [{
|
|||
},
|
||||
options: {},
|
||||
expected: {
|
||||
address: address,
|
||||
topics: [
|
||||
null,
|
||||
'0x0000000000000000000000000000000000000000000000000000000000000001'
|
||||
|
|
Loading…
Reference in New Issue