upleb.uk

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

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2024-11-29 10:21:24 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2024-11-29 10:21:24 +0000
commitcf90fc9be18523b01c50efcfae3afffc93fff599 (patch)
tree43773bae1959747f06bc59c7d8feb9cbef19a27f
parent51c9541f8355fef82cab783b502ead9ea0f5cf19 (diff)
test(init): fix cli white space issue
otherwise the test never ends or fails
-rw-r--r--tests/ngit_init.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ngit_init.rs b/tests/ngit_init.rs
index 7d1fb55..34a6ab4 100644
--- a/tests/ngit_init.rs
+++ b/tests/ngit_init.rs
@@ -494,7 +494,7 @@ mod when_repo_not_previously_claimed {
494 ], 494 ],
495 1, 495 1,
496 )?; 496 )?;
497 p.expect_end()?; 497 p.expect_end_with_whitespace()?;
498 for p in [51, 52, 53, 55, 56, 57] { 498 for p in [51, 52, 53, 55, 56, 57] {
499 relay::shutdown_relay(8000 + p)?; 499 relay::shutdown_relay(8000 + p)?;
500 } 500 }