mirror of
https://github.com/LazoCoder/Pokemon-Terminal
synced 2024-11-27 06:10:29 +00:00
Fix typo: ou--> out
This commit is contained in:
parent
4c04220f1a
commit
a5ccc5e01b
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ def test_all(capsys):
|
|||
def test_question_mark(capsys):
|
||||
main([__file__, '?'])
|
||||
out, err = capsys.readouterr()
|
||||
assert 'deprecated' in ou
|
||||
assert 'deprecated' in out
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
Loading…
Reference in a new issue