Skip to content

Commit 5d0bfb4

Browse files
committed
Fixed unit test
1 parent f26068a commit 5d0bfb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ def test_panels_add_invalid_version_none(cli_runner, temp_personal_lib, mock_ins
576576

577577

578578
def test_panels_add_invalid_version_empty(
579-
cli_runner,
579+
cli_runner, mock_installed_versions
580580
):
581581
"""Test panel installation with empty version string via CLI."""
582582
result = cli_runner.invoke(

0 commit comments

Comments
 (0)