upleb.uk

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

summaryrefslogtreecommitdiff
path: root/tests/init.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/init.rs')
-rw-r--r--tests/init.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/init.rs b/tests/init.rs
index 896cef8..c8390e3 100644
--- a/tests/init.rs
+++ b/tests/init.rs
@@ -14,7 +14,7 @@ fn expect_msgs_first(p: &mut CliTester) -> Result<()> {
14fn expect_msgs_after(p: &mut CliTester) -> Result<()> { 14fn expect_msgs_after(p: &mut CliTester) -> Result<()> {
15 p.expect_after_whitespace("maintainers.yaml created. commit and push.\r\n")?; 15 p.expect_after_whitespace("maintainers.yaml created. commit and push.\r\n")?;
16 p.expect( 16 p.expect(
17 "this optional file enables existing contributors to automatically fetch your repo event (instead of one from a pubkey pretending to be the maintainer)\r\n", 17 "this optional file helps in identifying who the maintainers are over time through the commit history\r\n",
18 )?; 18 )?;
19 Ok(()) 19 Ok(())
20} 20}