From 65f3bd360c065aca493eddf7eb5d3d8191a84b56 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Tue, 11 Nov 2025 08:31:46 +0000 Subject: fix: out of sync grasp server cli output so it shows a summary rather than a lot of lines of issues --- tests/git_remote_nostr/list.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'tests/git_remote_nostr/list.rs') diff --git a/tests/git_remote_nostr/list.rs b/tests/git_remote_nostr/list.rs index 530e022..8723b54 100644 --- a/tests/git_remote_nostr/list.rs +++ b/tests/git_remote_nostr/list.rs @@ -208,10 +208,7 @@ mod with_state_announcement { )?; p.expect("list: connecting...\r\n\r")?; p.expect( - format!( - "WARNING: {source_path} refs/heads/main is out of sync with nostr \r\n" - ) - .as_str(), + format!("WARNING: {source_path} is out of sync. main out of sync\r\n").as_str(), )?; // println!("{}", p.expect_eventually("\r\n\r\n")?); -- cgit v1.2.3