()
| 486 | |
| 487 | #[test] |
| 488 | fn test_finish_error() { |
| 489 | let spinner = create_spinner("Working..."); |
| 490 | finish_error(&spinner, "Failed!"); |
| 491 | assert!(spinner.is_finished()); |
| 492 | } |
| 493 | |
| 494 | #[test] |
| 495 | fn test_finish_warning() { |
nothing calls this directly
no test coverage detected