Function names typos

This commit is contained in:
viktor 2017-09-28 15:59:19 -07:00
parent ef5336404a
commit ef62bcc427
2 changed files with 2 additions and 2 deletions

View File

@ -257,7 +257,7 @@ mainnet_deploy = { gas = 20 }
}
#[test]
fn laod_minimal_setup_from_str() {
fn load_minimal_setup_from_str() {
let toml = r#"
[mainnet]
account = "0x1B68Cb0B50181FC4006Ce572cF346e596E51818b"

View File

@ -62,7 +62,7 @@ mod tests {
use super::Database;
#[test]
fn databse_to_and_from_str() {
fn database_to_and_from_str() {
let toml =
r#"mainnet_contract_address = "0x49edf201c1e139282643d5e7c6fb0c7219ad1db7"
testnet_contract_address = "0x49edf201c1e139282643d5e7c6fb0c7219ad1db8"