diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-11-25 16:09:36 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-11-25 16:09:36 +0000 |
| commit | 0c5a3c001ccafd458a9b99b7513a9c8c172a54b2 (patch) | |
| tree | 23067eeb18bf0a318c7a774aa45a9456fd38a7cf /test_utils | |
| parent | b722aeb556507244f499b69caf01439418eb8ae6 (diff) | |
feat(list): report on action selection
there was a bug in `Interactor` so that reports were turned off by
default for choices.
This was embodied into the CLI tests but this turns them on in these
scenarios.
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 | } |