()
| 297 | |
| 298 | #[tokio::test] |
| 299 | async fn create_buffer() { |
| 300 | let (tx, _rx) = create::<usize>(5); |
| 301 | assert!(tx.is_empty()); |
| 302 | } |
| 303 | |
| 304 | #[tokio::test] |
| 305 | async fn basic_send_receive() { |
nothing calls this directly
no outgoing calls
no test coverage detected