upleb.uk

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

summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2024-09-17 09:10:47 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2024-09-17 09:10:47 +0100
commit54f6128f4a7261d2f53a3aaf317f5aeffffed99c (patch)
treeef39413b27a3bc53a50fad20b9c7e916372a385a /tests
parent4f76e3d99ece9f9a15bbb4e6c2c26ccd1ef48900 (diff)
test(remote): fix generate_repo_with_state_event
which enables fetch tests to pass
Diffstat (limited to 'tests')
-rw-r--r--tests/git_remote_nostr/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/git_remote_nostr/main.rs b/tests/git_remote_nostr/main.rs
index 61a2dc1..472f227 100644
--- a/tests/git_remote_nostr/main.rs
+++ b/tests/git_remote_nostr/main.rs
@@ -133,7 +133,7 @@ async fn generate_repo_with_state_event() -> Result<(nostr::Event, GitTestRepo)>
133 p.send_line("push refs/heads/main:refs/heads/main")?; 133 p.send_line("push refs/heads/main:refs/heads/main")?;
134 p.send_line("")?; 134 p.send_line("")?;
135 // p.expect("ok refs/heads/main\r\n")?; 135 // p.expect("ok refs/heads/main\r\n")?;
136 p.expect_eventually_and_print("\r\n\r\n")?; 136 p.expect_eventually("\r\n\r\r\n")?;
137 p.exit()?; 137 p.exit()?;
138 for p in [51, 52, 53, 55, 56, 57] { 138 for p in [51, 52, 53, 55, 56, 57] {
139 relay::shutdown_relay(8000 + p)?; 139 relay::shutdown_relay(8000 + p)?;