upleb.uk

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

summaryrefslogtreecommitdiff
path: root/test_utils/src
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2024-03-22 07:35:24 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2024-03-22 15:45:04 +0000
commit91a68de459b7d22a8dfb8a324e43740fca3e0a35 (patch)
tree43c35999b928b04bba4ce4d9d9252133c69bffde /test_utils/src
parentec1d5ca85891ddb083fb2c0e484d5ebf0be9d13f (diff)
chore: nix flake update
update nix dependancies to latest version using default update options
Diffstat (limited to 'test_utils/src')
-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() {