Add proposer_slashing EF tests

This commit is contained in:
Paul Hauner
2019-05-24 00:15:12 +10:00
parent 31a7a0614e
commit 67f890ae48
5 changed files with 61 additions and 1 deletions

View File

@@ -71,6 +71,12 @@ impl Doc {
("operations", "voluntary_exit", "minimal") => {
run_test::<OperationsExit<MinimalEthSpec>>(self)
}
("operations", "proposer_slashing", "mainnet") => {
run_test::<OperationsProposerSlashing<MainnetEthSpec>>(self)
}
("operations", "proposer_slashing", "minimal") => {
run_test::<OperationsProposerSlashing<MinimalEthSpec>>(self)
}
(runner, handler, config) => panic!(
"No implementation for runner: \"{}\", handler: \"{}\", config: \"{}\"",
runner, handler, config