diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-03-22 07:35:24 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-03-22 15:45:04 +0000 |
| commit | 91a68de459b7d22a8dfb8a324e43740fca3e0a35 (patch) | |
| tree | 43c35999b928b04bba4ce4d9d9252133c69bffde /test_utils | |
| parent | ec1d5ca85891ddb083fb2c0e484d5ebf0be9d13f (diff) | |
chore: nix flake update
update nix dependancies to latest version using default update options
Diffstat (limited to 'test_utils')
| -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() { |