chore: stabilize current head before Phase 10a QC
This commit is contained in:
@@ -1677,7 +1677,10 @@ mod tests {
|
||||
&message,
|
||||
);
|
||||
|
||||
assert!(!delivered, "send must report not delivered when result_channel errors");
|
||||
assert!(
|
||||
!delivered,
|
||||
"send must report not delivered when result_channel errors"
|
||||
);
|
||||
assert!(result_listener_lost, "result_listener_lost must be set");
|
||||
assert!(
|
||||
stop_flag.load(Ordering::Relaxed),
|
||||
|
||||
Reference in New Issue
Block a user