diff options
Diffstat (limited to 'tests/git_remote_helper.rs')
| -rw-r--r-- | tests/git_remote_helper.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/git_remote_helper.rs b/tests/git_remote_helper.rs index f2fa95f..4a60e63 100644 --- a/tests/git_remote_helper.rs +++ b/tests/git_remote_helper.rs | |||
| @@ -410,7 +410,7 @@ mod list { | |||
| 410 | p.expect(format!("fetching refs list: {}...\r\n\r", source_path).as_str())?; | 410 | p.expect(format!("fetching refs list: {}...\r\n\r", source_path).as_str())?; |
| 411 | p.expect( | 411 | p.expect( |
| 412 | format!( | 412 | format!( |
| 413 | "WARNING: refs/heads/main out of sync with nostr on {}\r\n", | 413 | "WARNING: {} refs/heads/main is out of sync with nostr \r\n", |
| 414 | source_path | 414 | source_path |
| 415 | ) | 415 | ) |
| 416 | .as_str(), | 416 | .as_str(), |