Skip to content

Commit

Permalink
Update e2e/tests/wallets.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Ahmed Sagdati <[email protected]>
  • Loading branch information
hal3e and segfault-magnet authored Jan 27, 2025
1 parent e06fa86 commit 6a6a6a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/tests/wallets.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ async fn adjust_fee_empty_transaction() -> Result<()> {

tb.add_signer(wallet.clone())?;
wallet.adjust_for_fee(&mut tb, 0).await?;
assert_ne!(tb.inputs().len(), 0); // inputs added
assert!(!tb.inputs().empty()); // inputs added
assert_eq!(tb.outputs().len(), 1); // output added

let tx = tb.build(wallet.try_provider()?).await?;
Expand Down

0 comments on commit 6a6a6a1

Please sign in to comment.