()
| 493 | |
| 494 | #[test] |
| 495 | fn test_finish_warning() { |
| 496 | let spinner = create_spinner("Working..."); |
| 497 | finish_warning(&spinner, "Completed with warnings"); |
| 498 | assert!(spinner.is_finished()); |
| 499 | } |
| 500 | |
| 501 | #[test] |
| 502 | fn test_finish_and_clear() { |
nothing calls this directly
no test coverage detected