diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-09-18 11:20:28 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-09-18 11:20:28 +0100 |
| commit | a3af3f1b9fa5c1af5ecf54d03907ae23e8b238ee (patch) | |
| tree | 93ddefa6901e95c8e8c9fda389a65ee00d1faada /tests/git_remote_nostr/push.rs | |
| parent | c7838f952f9e32bb871ea6453595b8b14e8fdd3e (diff) | |
test(renote): fix whitespace in push` tests
fixing what should have been picked up in:
7718a56ab05038e743401ea01628d85edc50ed34
Diffstat (limited to 'tests/git_remote_nostr/push.rs')
| -rw-r--r-- | tests/git_remote_nostr/push.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/git_remote_nostr/push.rs b/tests/git_remote_nostr/push.rs index 608b0c8..8a75f37 100644 --- a/tests/git_remote_nostr/push.rs +++ b/tests/git_remote_nostr/push.rs | |||
| @@ -628,8 +628,6 @@ mod delete_one_branch { | |||
| 628 | p.send_line("")?; | 628 | p.send_line("")?; |
| 629 | p.expect("ok refs/heads/vnext\r\n")?; | 629 | p.expect("ok refs/heads/vnext\r\n")?; |
| 630 | p.expect_eventually("\r\n\r\n")?; | 630 | p.expect_eventually("\r\n\r\n")?; |
| 631 | p.expect_eventually("\r\n\r\r\n")?; | ||
| 632 | |||
| 633 | p.exit()?; | 631 | p.exit()?; |
| 634 | for p in [51, 52, 53, 55, 56, 57] { | 632 | for p in [51, 52, 53, 55, 56, 57] { |
| 635 | relay::shutdown_relay(8000 + p)?; | 633 | relay::shutdown_relay(8000 + p)?; |