diff options
Diffstat (limited to 'tests/ngit_init.rs')
| -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 | } |