diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-10-17 15:22:05 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-10-17 17:18:47 +0100 |
| commit | 4a9dcc66ac7be69031a19f6ece0be4642e1f3057 (patch) | |
| tree | 3871a84a488c38d44b87658554354e345ebfee0f /tests/ngit_login.rs | |
| parent | d35a007e92f57a55948a1b503d85f487bf771ac0 (diff) | |
chore: nix flake update
update nix dependancies including hardcoded nightly.rustfmt
applied autofixes
Diffstat (limited to 'tests/ngit_login.rs')
| -rw-r--r-- | tests/ngit_login.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ngit_login.rs b/tests/ngit_login.rs index 9e708dc..31c6edf 100644 --- a/tests/ngit_login.rs +++ b/tests/ngit_login.rs | |||
| @@ -5,7 +5,7 @@ use test_utils::*; | |||
| 5 | 5 | ||
| 6 | static EXPECTED_NSEC_PROMPT: &str = "nsec"; | 6 | static EXPECTED_NSEC_PROMPT: &str = "nsec"; |
| 7 | 7 | ||
| 8 | fn show_first_time_login_choices(p: &mut CliTester) -> Result<CliTesterChoicePrompt> { | 8 | fn show_first_time_login_choices(p: &'_ mut CliTester) -> Result<CliTesterChoicePrompt<'_>> { |
| 9 | p.expect_choice( | 9 | p.expect_choice( |
| 10 | "login to nostr", | 10 | "login to nostr", |
| 11 | vec![ | 11 | vec![ |