()
| 490 | |
| 491 | #[test] |
| 492 | fn test_create_multi_progress() { |
| 493 | let mp = create_multi_progress(); |
| 494 | let _ = mp; // Just ensure it can be created |
| 495 | } |
| 496 | |
| 497 | #[test] |
| 498 | fn test_add_spinner_to_multi() { |
nothing calls this directly
no test coverage detected