()
| 479 | |
| 480 | #[test] |
| 481 | fn test_finish_success() { |
| 482 | let spinner = create_spinner("Working..."); |
| 483 | finish_success(&spinner, "Done!"); |
| 484 | assert!(spinner.is_finished()); |
| 485 | } |
| 486 | |
| 487 | #[test] |
| 488 | fn test_finish_error() { |
nothing calls this directly
no test coverage detected