From 056c400c5eb6cd8b105f38eea43922f71b0204dc Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Fri, 1 Aug 2025 15:55:01 +0100 Subject: fix: use new gitworkshop.dev url format where just the nevent will do --- tests/ngit_list.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/ngit_list.rs') 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 { 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 nostr address\r\n", + "hint: https://gitworkshop.dev/search lists repositories and their nostr address\r\n", )?; if invalid_input { let mut input = p.expect_input("nostr repository")?; -- cgit v1.2.3