upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/test_utils
diff options
context:
space:
mode:
Diffstat (limited to 'test_utils')
-rw-r--r--test_utils/src/lib.rs2
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() {