upleb.uk

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

summaryrefslogtreecommitdiff
path: root/tests/push.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/push.rs')
-rw-r--r--tests/push.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/push.rs b/tests/push.rs
index 9791d9d..409b36f 100644
--- a/tests/push.rs
+++ b/tests/push.rs
@@ -366,6 +366,8 @@ mod when_branch_is_checked_out {
366 (" [my-relay] [repo-relay] ws://localhost:8055", true, ""), 366 (" [my-relay] [repo-relay] ws://localhost:8055", true, ""),
367 (" [my-relay] ws://localhost:8053", true, ""), 367 (" [my-relay] ws://localhost:8053", true, ""),
368 (" [repo-relay] ws://localhost:8056", true, ""), 368 (" [repo-relay] ws://localhost:8056", true, ""),
369 (" [default] ws://localhost:8051", true, ""),
370 (" [default] ws://localhost:8052", true, ""),
369 ], 371 ],
370 1, 372 1,
371 )?; 373 )?;