From 643fa17fde858c2d6f934dcc435eb84843cc172e Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Mon, 22 Jul 2024 15:43:46 +0100 Subject: fix: typos and improve copy when finding repo announcements add a hint to find naddr on gitworkshop.dev --- tests/list.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/list.rs b/tests/list.rs index 0005053..22d82fd 100644 --- a/tests/list.rs +++ b/tests/list.rs @@ -157,7 +157,9 @@ mod cannot_find_repo_event { let test_repo = GitTestRepo::without_repo_in_git_config(); test_repo.populate()?; let mut p = CliTester::new_from_dir(&test_repo.dir, ["list"]); - + p.expect( + "hint: https://gitworkshop.dev/repos lists repositories and their naddr\r\n", + )?; if invalid_input { let mut input = p.expect_input("repository naddr")?; input.succeeds_with("dfgvfvfzadvd")?; -- cgit v1.2.3