Skip to content

Commit

Permalink
test gas transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Feb 13, 2024
1 parent 7fad5ff commit a86e488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/docker_01_basic/multi_account_gas_transfer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ async fn test_gas_transfer() -> Result<(), anyhow::Error> {
let transaction_human = list_transactions_human(&proxy_url_base, proxy_key).await;
log::info!("transaction list \n {}", transaction_human.join("\n"));
assert!(transaction_human.len() > 20);
assert!(transaction_human.len() < 60);
assert!(transaction_human.len() < 120);
}

Ok(())
Expand Down

0 comments on commit a86e488

Please sign in to comment.