()
| 458 | |
| 459 | #[test] |
| 460 | fn test_finish_success() { |
| 461 | let spinner = create_spinner("Working..."); |
| 462 | finish_success(&spinner, "Done!"); |
| 463 | assert!(spinner.is_finished()); |
| 464 | } |
| 465 | |
| 466 | #[test] |
| 467 | fn test_finish_error() { |
nothing calls this directly
no test coverage detected