From 5ee6a65d7f095d5ba2d40e47bd97b2e65ed2443f Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Tue, 6 Aug 2024 06:52:49 +0100 Subject: test(remote): `list` fix warning copy to align with changes in 557a5d98c6ea373db117d6fe19489086b4461aa7 --- tests/git_remote_helper.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/git_remote_helper.rs b/tests/git_remote_helper.rs index f2fa95f..4a60e63 100644 --- a/tests/git_remote_helper.rs +++ b/tests/git_remote_helper.rs @@ -410,7 +410,7 @@ mod list { p.expect(format!("fetching refs list: {}...\r\n\r", source_path).as_str())?; p.expect( format!( - "WARNING: refs/heads/main out of sync with nostr on {}\r\n", + "WARNING: {} refs/heads/main is out of sync with nostr \r\n", source_path ) .as_str(), -- cgit v1.2.3