upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/tests/git_remote_helper.rs
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2024-08-06 06:52:49 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2024-08-06 06:52:49 +0100
commit5ee6a65d7f095d5ba2d40e47bd97b2e65ed2443f (patch)
treef2ae9f9ef4d7ec436844bb0b60d1c3574722f6c3 /tests/git_remote_helper.rs
parent92e378fd30565db22e1f698e65b0dacb3b36620f (diff)
test(remote): `list` fix warning copy
to align with changes in 557a5d98c6ea373db117d6fe19489086b4461aa7
Diffstat (limited to 'tests/git_remote_helper.rs')
-rw-r--r--tests/git_remote_helper.rs2
1 files changed, 1 insertions, 1 deletions
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 {
410 p.expect(format!("fetching refs list: {}...\r\n\r", source_path).as_str())?; 410 p.expect(format!("fetching refs list: {}...\r\n\r", source_path).as_str())?;
411 p.expect( 411 p.expect(
412 format!( 412 format!(
413 "WARNING: refs/heads/main out of sync with nostr on {}\r\n", 413 "WARNING: {} refs/heads/main is out of sync with nostr \r\n",
414 source_path 414 source_path
415 ) 415 )
416 .as_str(), 416 .as_str(),