upleb.uk

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

summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2025-05-23 11:56:58 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2025-05-23 12:43:30 +0100
commit3f8539d640668888294e40fce384c9c5e0460f64 (patch)
tree19a634b6057bded77b493e04400acd3d89cf4e8c /tests
parentd1a88a390f0e15f42349099f37c6caedba813efd (diff)
fix(init): improve cli output
for git push, a wait longer to allow ngit-relays to create repo
Diffstat (limited to 'tests')
-rw-r--r--tests/ngit_init.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ngit_init.rs b/tests/ngit_init.rs
index 70a3f57..e49dbdd 100644
--- a/tests/ngit_init.rs
+++ b/tests/ngit_init.rs
@@ -7,7 +7,7 @@ fn expect_msgs_first(p: &mut CliTester) -> Result<()> {
7 p.expect("searching for profile...\r\n")?; 7 p.expect("searching for profile...\r\n")?;
8 p.expect("logged in as fred via cli arguments\r\n")?; 8 p.expect("logged in as fred via cli arguments\r\n")?;
9 // // p.expect("searching for existing claims on repository...\r\n")?; 9 // // p.expect("searching for existing claims on repository...\r\n")?;
10 p.expect("publishing repostory reference...\r\n")?; 10 p.expect("publishing repostory announcement to nostr...\r\n")?;
11 Ok(()) 11 Ok(())
12} 12}
13 13