Skip to content

Commit

Permalink
fix test_transaction_cancellation
Browse files Browse the repository at this point in the history
  • Loading branch information
mmrrnn committed Jan 15, 2025
1 parent 0dab7b7 commit 3789aa6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3302,7 +3302,7 @@ async fn test_transaction_cancellation() {
let alice_cancel_message = try_decode_transaction_cancelled_message(call.1.to_vec()).unwrap();
assert_eq!(alice_cancel_message.tx_id, tx_id.as_u64(), "SAF");

assert!(alice_ts_interface
assert!(!alice_ts_interface
.transaction_service_handle
.get_pending_outbound_transactions()
.await
Expand Down

0 comments on commit 3789aa6

Please sign in to comment.