From 1ef96343a1fb243fb7e9dc96a060ac35ce87d7c2 Mon Sep 17 00:00:00 2001 From: Kayla Washburn Date: Thu, 22 Sep 2022 02:42:09 -0600 Subject: feat: allow exiting on two consecutive ctrl+c presses (#15981) --- cli/tests/integration/inspector_tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests') diff --git a/cli/tests/integration/inspector_tests.rs b/cli/tests/integration/inspector_tests.rs index f60e870c6..f18b009da 100644 --- a/cli/tests/integration/inspector_tests.rs +++ b/cli/tests/integration/inspector_tests.rs @@ -561,7 +561,7 @@ async fn inspector_runtime_evaluate_does_not_crash() { assert_eq!( &stdout_lines.next().unwrap(), - "exit using ctrl+d or close()" + "exit using ctrl+d, ctrl+c, or close()" ); assert_inspector_messages( -- cgit v1.2.3