ethereum / testeth

One consensus test generator
GNU General Public License v3.0
11 stars 12 forks source link

Duplicate expectations should error #15

Open pirapira opened 6 years ago

pirapira commented 6 years ago

Even when I duplicate expect entries like

"expect" : [
{...,
    network: [">=Byzantium"]
},
{...,
    network: [">=Byzantium"]
}
]

I see no errors.