diff --git a/base_layer/wallet/tests/transaction_service_tests/service.rs b/base_layer/wallet/tests/transaction_service_tests/service.rs index 1ad6f4c93f..d172079759 100644 --- a/base_layer/wallet/tests/transaction_service_tests/service.rs +++ b/base_layer/wallet/tests/transaction_service_tests/service.rs @@ -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