diff options
Diffstat (limited to 'test_utils/src')
| -rw-r--r-- | test_utils/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_utils/src/lib.rs b/test_utils/src/lib.rs index 2edbc60..a0c67df 100644 --- a/test_utils/src/lib.rs +++ b/test_utils/src/lib.rs | |||
| @@ -574,7 +574,7 @@ impl CliTesterChoicePrompt<'_> { | |||
| 574 | 574 | ||
| 575 | fn show_options( | 575 | fn show_options( |
| 576 | tester: &mut CliTester, | 576 | tester: &mut CliTester, |
| 577 | choices: &Vec<String>, | 577 | choices: &[String], |
| 578 | selected_index: Option<usize>, | 578 | selected_index: Option<usize>, |
| 579 | ) -> Result<()> { | 579 | ) -> Result<()> { |
| 580 | if selected_index.is_some() { | 580 | if selected_index.is_some() { |