diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-11-29 10:21:24 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-11-29 10:21:24 +0000 |
| commit | cf90fc9be18523b01c50efcfae3afffc93fff599 (patch) | |
| tree | 43773bae1959747f06bc59c7d8feb9cbef19a27f /tests | |
| parent | 51c9541f8355fef82cab783b502ead9ea0f5cf19 (diff) | |
test(init): fix cli white space issue
otherwise the test never ends or fails
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ngit_init.rs | 2 |
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 | } |