()
| 835 | |
| 836 | #[test] |
| 837 | fn test_push_with_to_view() { |
| 838 | let push = Push::new().with_to_view("main"); |
| 839 | assert_eq!(push.to_view, Some("main".to_string())); |
| 840 | } |
| 841 | |
| 842 | #[test] |
| 843 | fn test_push_with_from_view() { |
nothing calls this directly
no test coverage detected