diff options
Diffstat (limited to 'tests/git_remote_nostr')
| -rw-r--r-- | tests/git_remote_nostr/main.rs | 2 |
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)?; |