diff options
Diffstat (limited to 'test_utils')
| -rw-r--r-- | test_utils/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_utils/src/lib.rs b/test_utils/src/lib.rs index cfbc381..ec05cfd 100644 --- a/test_utils/src/lib.rs +++ b/test_utils/src/lib.rs | |||
| @@ -1298,7 +1298,7 @@ pub fn use_ngit_list_to_download_and_checkout_proposal_branch( | |||
| 1298 | format!("back"), | 1298 | format!("back"), |
| 1299 | ], | 1299 | ], |
| 1300 | )?; | 1300 | )?; |
| 1301 | c.succeeds_with(0, false, Some(0))?; | 1301 | c.succeeds_with(0, true, Some(0))?; |
| 1302 | p.expect_end_eventually()?; | 1302 | p.expect_end_eventually()?; |
| 1303 | Ok(()) | 1303 | Ok(()) |
| 1304 | } | 1304 | } |