upleb.uk

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

summaryrefslogtreecommitdiff
path: root/tests/ngit_send.rs
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2025-10-17 15:22:05 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2025-10-17 17:18:47 +0100
commit4a9dcc66ac7be69031a19f6ece0be4642e1f3057 (patch)
tree3871a84a488c38d44b87658554354e345ebfee0f /tests/ngit_send.rs
parentd35a007e92f57a55948a1b503d85f487bf771ac0 (diff)
chore: nix flake update
update nix dependancies including hardcoded nightly.rustfmt applied autofixes
Diffstat (limited to 'tests/ngit_send.rs')
-rw-r--r--tests/ngit_send.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ngit_send.rs b/tests/ngit_send.rs
index a5bb564..2ae858a 100644
--- a/tests/ngit_send.rs
+++ b/tests/ngit_send.rs
@@ -56,7 +56,7 @@ mod when_commits_behind_ask_to_proceed {
56 )) 56 ))
57 } 57 }
58 58
59 fn expect_confirm_prompt(p: &mut CliTester) -> Result<CliTesterConfirmPrompt> { 59 fn expect_confirm_prompt(p: &'_ mut CliTester) -> Result<CliTesterConfirmPrompt<'_>> {
60 p.expect("fetching updates...\r\n")?; 60 p.expect("fetching updates...\r\n")?;
61 p.expect_eventually("\r\n")?; // may be 'no updates' or some updates 61 p.expect_eventually("\r\n")?; // may be 'no updates' or some updates
62 p.expect("creating proposal from 2 commits:\r\n")?; 62 p.expect("creating proposal from 2 commits:\r\n")?;