From cf90fc9be18523b01c50efcfae3afffc93fff599 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Fri, 29 Nov 2024 10:21:24 +0000 Subject: test(init): fix cli white space issue otherwise the test never ends or fails --- tests/ngit_init.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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 { ], 1, )?; - p.expect_end()?; + p.expect_end_with_whitespace()?; for p in [51, 52, 53, 55, 56, 57] { relay::shutdown_relay(8000 + p)?; } -- cgit v1.2.3