Add passing exit tests

This commit is contained in:
Paul Hauner
2019-05-23 10:11:15 +10:00
parent 4db6a8a058
commit 13f78342c3
4 changed files with 60 additions and 2 deletions

View File

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