mirror of
https://github.com/onyx-and-iris/obsws-cli.git
synced 2025-06-07 20:20:32 +01:00
fix version test
This commit is contained in:
parent
653bdb7de7
commit
3bf20a06d6
@ -11,7 +11,7 @@ def test_version():
|
|||||||
"""Test the version option."""
|
"""Test the version option."""
|
||||||
result = runner.invoke(app, ['--version'])
|
result = runner.invoke(app, ['--version'])
|
||||||
assert result.exit_code == 0
|
assert result.exit_code == 0
|
||||||
assert 'obsws_cli version:' in result.stdout
|
assert 'obsws-cli version:' in result.stdout
|
||||||
|
|
||||||
|
|
||||||
def test_obs_version():
|
def test_obs_version():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user