Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
0o-de-lally committed Nov 10, 2023
1 parent cba694e commit b00051a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tools/txs/tests/transfer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,10 @@ async fn smoke_transfer_estimate() {
url: Some(s.api_endpoint.clone()),
tx_profile: None,
tx_cost: Some(TxCost::default_cheap_txs_cost()),
estimate_only: true,
estimate_only: true, // THIS IS THE TEST
};

cli.run()
.await
.expect("cli could not create and transfer to new account");
cli.run().await.expect("could not get estimate");

// NOTE: This should not fail
}

0 comments on commit b00051a

Please sign in to comment.