rename file

This commit is contained in:
2025-05-26 00:18:03 +01:00
parent eb686ae58e
commit 057e677d90

View File

@@ -4,7 +4,7 @@ from typer.testing import CliRunner
from obsws_cli.app import app from obsws_cli.app import app
runner = CliRunner() runner = CliRunner(mix_stderr=False)
def test_version(): def test_version():