Skip to content

Commit

Permalink
fix last failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscar-Pepper committed Sep 17, 2024
1 parent a575029 commit 807c00a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions zingolib/src/lightclient/send.rs
Original file line number Diff line number Diff line change
Expand Up @@ -343,12 +343,8 @@ pub mod send_with_proposal {
.await
.unwrap();
let proposal = ProposalBuilder::default().build();
dbg!(lc
.complete_and_broadcast(&proposal)
.await
.unwrap_err()
.to_string(),);
todo!("refinish test");
lc.complete_and_broadcast(&proposal).await.unwrap_err();
// TODO: match on specific error
}

#[ignore]
Expand Down

0 comments on commit 807c00a

Please sign in to comment.