()
| 1003 | |
| 1004 | #[test] |
| 1005 | fn test_line_ops_restore() { |
| 1006 | let ops = LineOps::restore(test_branch_id(3)); |
| 1007 | |
| 1008 | assert!(ops.is_restore()); |
| 1009 | assert!(!ops.is_delete()); |
| 1010 | } |
| 1011 | |
| 1012 | #[test] |
| 1013 | fn test_line_ops_display() { |
nothing calls this directly
no test coverage detected