fix typo
This commit is contained in:
parent
23f6adc760
commit
c00a43a17d
|
@ -360,7 +360,7 @@ capfd
|
||||||
|
|
||||||
def test_system_echo(capfd):
|
def test_system_echo(capfd):
|
||||||
os.system('echo "hello"')
|
os.system('echo "hello"')
|
||||||
captured = capsys.readouterr()
|
captured = capfd.readouterr()
|
||||||
assert captured.out == "hello\n"
|
assert captured.out == "hello\n"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue