diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-09-18 13:10:37 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-09-18 13:10:37 +0100 |
| commit | e863ee5e2172cd7d2cd7a903d138bd839de4972d (patch) | |
| tree | 4b508876cb11b614cebd372370e3a36192b2d0b5 /tests/ngit | |
| parent | a35fc976be5b8c481c9a638d1486d64941d9bcad (diff) | |
test: fix gitlib2 version in sample
so they match v1.8.2 used in updated git2
Diffstat (limited to 'tests/ngit')
| -rw-r--r-- | tests/ngit/send.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ngit/send.rs b/tests/ngit/send.rs index ef09425..2aad232 100644 --- a/tests/ngit/send.rs +++ b/tests/ngit/send.rs | |||
| @@ -327,7 +327,7 @@ mod when_cover_letter_details_specified_with_range_of_head_2_sends_cover_letter_ | |||
| 327 | +some content\n\\ \ | 327 | +some content\n\\ \ |
| 328 | No newline at end of file\n\ | 328 | No newline at end of file\n\ |
| 329 | --\n\ | 329 | --\n\ |
| 330 | libgit2 1.7.2\n\ | 330 | libgit2 1.8.1\n\ |
| 331 | \n\ | 331 | \n\ |
| 332 | ", | 332 | ", |
| 333 | ); | 333 | ); |
| @@ -353,7 +353,7 @@ mod when_cover_letter_details_specified_with_range_of_head_2_sends_cover_letter_ | |||
| 353 | +some content\n\\ \ | 353 | +some content\n\\ \ |
| 354 | No newline at end of file\n\ | 354 | No newline at end of file\n\ |
| 355 | --\n\ | 355 | --\n\ |
| 356 | libgit2 1.7.2\n\ | 356 | libgit2 1.8.1\n\ |
| 357 | \n\ | 357 | \n\ |
| 358 | ", | 358 | ", |
| 359 | ); | 359 | ); |