Skip to content

Commit

Permalink
another any wrong use
Browse files Browse the repository at this point in the history
  • Loading branch information
mmrrnn committed Jan 16, 2025
1 parent 1503f51 commit c180b06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3518,7 +3518,7 @@ async fn test_transaction_cancellation() {
}
assert!(cancelled, "Should received cancelled event");

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

0 comments on commit c180b06

Please sign in to comment.