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:
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