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.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_transcript.py b/tests/test_transcript.py
index 6e2b1cac..5fee1363 100644
--- a/tests/test_transcript.py
+++ b/tests/test_transcript.py
@@ -131,6 +131,7 @@ def test_history_transcript(request, capsys):
app.stdout = StdOut()
run_cmd(app, 'help')
run_cmd(app, 'orate this is\na multiline\ncommand;\n')
+ run_cmd(app, 'speak /tmp/file.txt is not a regex')
# Get location of the expected transcript
test_dir = os.path.dirname(request.module.__file__)