Add transfer ef tests

This commit is contained in:
Paul Hauner
2019-05-23 08:48:09 +10:00
parent 733c202417
commit 4db6a8a058
5 changed files with 66 additions and 3 deletions

View File

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