()
| 859 | |
| 860 | #[test] |
| 861 | fn test_push_with_to_view() { |
| 862 | let push = Push::new().with_to_view("main"); |
| 863 | assert_eq!(push.to_view, Some("main".to_string())); |
| 864 | } |
| 865 | |
| 866 | #[test] |
| 867 | fn test_push_with_from_view() { |
nothing calls this directly
no test coverage detected