From fc63ee3466ed5088cedb278d2b56a989668f273c Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Thu, 15 Feb 2024 10:21:09 +0000 Subject: fix: improve 'searching for profile updates' msg it wasn't clear why no results were coming back from relays or why it is needs (added reference to relay updates) --- tests/push.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/push.rs') diff --git a/tests/push.rs b/tests/push.rs index 409b36f..07148ae 100644 --- a/tests/push.rs +++ b/tests/push.rs @@ -355,7 +355,7 @@ mod when_branch_is_checked_out { p.expect( "1 commits ahead. preparing to create creating patch events.\r\n", )?; - p.expect("searching for your details...\r\n")?; + p.expect("searching for profile and relay updates...\r\n")?; p.expect("\r")?; p.expect("logged in as fred\r\n")?; p.expect("pushing 1 commits\r\n")?; -- cgit v1.2.3