diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-08-01 15:55:01 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-08-01 15:55:01 +0100 |
| commit | 056c400c5eb6cd8b105f38eea43922f71b0204dc (patch) | |
| tree | a0af17993e72584dee6a2cf4e4781f90736902d2 /tests/ngit_list.rs | |
| parent | a23efd79edb59be0e9c84f1fbeea45664dd63515 (diff) | |
fix: use new gitworkshop.dev url format
where just the nevent will do
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")?; |