()
| 472 | |
| 473 | #[test] |
| 474 | fn test_finish_warning() { |
| 475 | let spinner = create_spinner("Working..."); |
| 476 | finish_warning(&spinner, "Completed with warnings"); |
| 477 | assert!(spinner.is_finished()); |
| 478 | } |
| 479 | |
| 480 | #[test] |
| 481 | fn test_finish_and_clear() { |
nothing calls this directly
no test coverage detected