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 379954d..f768806 100644 --- a/tests/git_remote_helper.rs +++ b/tests/git_remote_helper.rs | |||
| @@ -1965,7 +1965,7 @@ mod push { | |||
| 1965 | 1965 | ||
| 1966 | assert!( | 1966 | assert!( |
| 1967 | revision_root_patch.content.contains("[PATCH 1/3]"), | 1967 | revision_root_patch.content.contains("[PATCH 1/3]"), |
| 1968 | "revision root labeled with [PATCH 1/3]" | 1968 | "revision root labeled with [PATCH 1/3] event: {revision_root_patch:?}", |
| 1969 | ); | 1969 | ); |
| 1970 | 1970 | ||
| 1971 | let second_patch = new_events | 1971 | let second_patch = new_events |