diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-08-07 17:52:22 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-08-07 17:52:22 +0100 |
| commit | 92c2362a9bed1bc1f256e7948e087c4102b7c4f9 (patch) | |
| tree | 700bf840ba52a8bd576afcfbe532a669f104dfcb /tests/ngit_list.rs | |
| parent | 8724af191f520a822214109f75a1851856c74fd2 (diff) | |
| parent | fa7adf840ac2d78defee398a61b60888f615622a (diff) | |
Merge branch 'add-prs-to-ngit-send'
Diffstat (limited to 'tests/ngit_list.rs')
| -rw-r--r-- | tests/ngit_list.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ngit_list.rs b/tests/ngit_list.rs index 0547ad4..39385d6 100644 --- a/tests/ngit_list.rs +++ b/tests/ngit_list.rs | |||
| @@ -79,7 +79,7 @@ mod cannot_find_repo_event { | |||
| 79 | test_repo.populate()?; | 79 | test_repo.populate()?; |
| 80 | let mut p = CliTester::new_from_dir(&test_repo.dir, ["list"]); | 80 | let mut p = CliTester::new_from_dir(&test_repo.dir, ["list"]); |
| 81 | p.expect( | 81 | p.expect( |
| 82 | "hint: https://gitworkshop.dev/repos lists repositories and their nostr address\r\n", | 82 | "hint: https://gitworkshop.dev/search lists repositories and their nostr address\r\n", |
| 83 | )?; | 83 | )?; |
| 84 | if invalid_input { | 84 | if invalid_input { |
| 85 | let mut input = p.expect_input("nostr repository")?; | 85 | let mut input = p.expect_input("nostr repository")?; |