mirror of
https://github.com/onyx-and-iris/obsws-cli.git
synced 2025-07-18 10:51:48 +00:00
upd sceneitem test (unhyphenate name)
This commit is contained in:
parent
be949ca7bf
commit
23e6352967
@ -9,7 +9,7 @@ runner = CliRunner()
|
|||||||
|
|
||||||
def test_item_list():
|
def test_item_list():
|
||||||
"""Test the item list command."""
|
"""Test the item list command."""
|
||||||
result = runner.invoke(app, ['scene-item', 'list', 'pytest'])
|
result = runner.invoke(app, ['sceneitem', 'list', 'pytest'])
|
||||||
assert result.exit_code == 0
|
assert result.exit_code == 0
|
||||||
assert 'pytest_input' in result.stdout
|
assert 'pytest_input' in result.stdout
|
||||||
assert 'pytest_input_2' in result.stdout
|
assert 'pytest_input_2' in result.stdout
|
||||||
|
Loading…
x
Reference in New Issue
Block a user