()
| 70 | |
| 71 | #[test] |
| 72 | fn streaming_client_builds() { |
| 73 | let client = streaming_client(); |
| 74 | assert!(client.is_ok(), "streaming_client should build cleanly"); |
| 75 | } |
| 76 | |
| 77 | #[test] |
| 78 | fn request_client_builds() { |
nothing calls this directly
no test coverage detected