summaryrefslogtreecommitdiff
path: root/tests/test_transcript.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_transcript.py')
-rw-r--r--tests/test_transcript.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_transcript.py b/tests/test_transcript.py
index d11eb02a..c3a32eac 100644
--- a/tests/test_transcript.py
+++ b/tests/test_transcript.py
@@ -236,7 +236,7 @@ def test_commands_at_invocation(_cmdline_app):
def test_select_options(_demo_app):
- # Mock out the input call so we don't actually wait for a user's `response on stdin
+ # Mock out the input call so we don't actually wait for a user's response on stdin
m = mock.MagicMock(name='input', return_value='2')
sm.input = m