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