()
| 1103 | |
| 1104 | #[test] |
| 1105 | fn test_push_with_timeout() { |
| 1106 | let push = Push::new().with_timeout(60); |
| 1107 | assert_eq!(push.timeout, 60); |
| 1108 | } |
| 1109 | |
| 1110 | #[test] |
| 1111 | fn test_push_builder_chain() { |
nothing calls this directly
no test coverage detected