fix formatting

This commit is contained in:
patrini32 2024-06-09 19:53:06 +03:00 committed by patrini32
parent 33ebd74ac0
commit 69fd07b0b6

View File

@ -69,7 +69,7 @@ async fn alice_manually_punishes_after_bob_dead_and_bob_cancels() {
let (_, alice_state) =
asb::punish(alice_swap.swap_id, alice_swap.bitcoin_wallet, alice_swap.db).await?;
ctx.assert_alice_punished(alice_state).await;
// Bob is in wrong state.
// Bob is in wrong state.
let (bob_swap, bob_join_handle) = ctx
.stop_and_resume_bob_from_db(bob_join_handle, bob_swap_id)
.await;