()
| 511 | |
| 512 | #[test] |
| 513 | fn test_create_multi_progress() { |
| 514 | let mp = create_multi_progress(); |
| 515 | let _ = mp; // Just ensure it can be created |
| 516 | } |
| 517 | |
| 518 | #[test] |
| 519 | fn test_add_spinner_to_multi() { |
nothing calls this directly
no test coverage detected