()
| 1007 | |
| 1008 | #[test] |
| 1009 | fn test_push_with_timeout() { |
| 1010 | let push = Push::new().with_timeout(60); |
| 1011 | assert_eq!(push.timeout, 60); |
| 1012 | } |
| 1013 | |
| 1014 | #[test] |
| 1015 | fn test_push_builder_chain() { |
nothing calls this directly
no test coverage detected