Skip to content
Snippets Groups Projects
Commit cb1c7320 authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

Rename the "text_option_with_stdiout" to "text_option_with_stdout".

parent 8706b874
No related branches found
No related tags found
No related merge requests found
......@@ -110,7 +110,7 @@ def test_text_option_with_file(tmpdir, capsys):
assert f.read() == get_data('output.txt')
def test_text_option_with_stdiout(capsys):
def test_text_option_with_stdout(capsys):
out = run(capsys, '--text', '-')
assert out == get_data('output.txt')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment