upleb.uk

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

summaryrefslogtreecommitdiff
path: root/tests/git_remote_nostr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/git_remote_nostr')
-rw-r--r--tests/git_remote_nostr/list.rs5
1 files changed, 1 insertions, 4 deletions
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 {
208 )?; 208 )?;
209 p.expect("list: connecting...\r\n\r")?; 209 p.expect("list: connecting...\r\n\r")?;
210 p.expect( 210 p.expect(
211 format!( 211 format!("WARNING: {source_path} is out of sync. main out of sync\r\n").as_str(),
212 "WARNING: {source_path} refs/heads/main is out of sync with nostr \r\n"
213 )
214 .as_str(),
215 )?; 212 )?;
216 213
217 // println!("{}", p.expect_eventually("\r\n\r\n")?); 214 // println!("{}", p.expect_eventually("\r\n\r\n")?);