From 0c5a3c001ccafd458a9b99b7513a9c8c172a54b2 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Mon, 25 Nov 2024 16:09:36 +0000 Subject: 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. --- test_utils/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test_utils/src/lib.rs') 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( format!("back"), ], )?; - c.succeeds_with(0, false, Some(0))?; + c.succeeds_with(0, true, Some(0))?; p.expect_end_eventually()?; Ok(()) } -- cgit v1.2.3