diff options
author | Kayla Washburn <mckayla@hey.com> | 2022-09-22 02:42:09 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-22 04:42:09 -0400 |
commit | 1ef96343a1fb243fb7e9dc96a060ac35ce87d7c2 (patch) | |
tree | 045374510eac2227ab1457b6a382d0d36b5629c8 /cli/tests | |
parent | 388e880dd06bd3b3d1bee0ab12665eb0eda98e9e (diff) |
feat: allow exiting on two consecutive ctrl+c presses (#15981)
Diffstat (limited to 'cli/tests')
-rw-r--r-- | cli/tests/integration/inspector_tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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( |