()
| 465 | |
| 466 | #[test] |
| 467 | fn test_finish_error() { |
| 468 | let spinner = create_spinner("Working..."); |
| 469 | finish_error(&spinner, "Failed!"); |
| 470 | assert!(spinner.is_finished()); |
| 471 | } |
| 472 | |
| 473 | #[test] |
| 474 | fn test_finish_warning() { |
nothing calls this directly
no test coverage detected