()
| 737 | |
| 738 | #[test] |
| 739 | fn test_get_status_options_default() { |
| 740 | let status = Status::new(); |
| 741 | let _options = status.get_status_options(); |
| 742 | // Just verify it doesn't panic and returns valid options |
| 743 | } |
| 744 | |
| 745 | #[test] |
| 746 | fn test_get_status_options_no_untracked() { |
nothing calls this directly
no test coverage detected