Skip to content

Commit 445e791

Browse files
committed
fix fish shell tests
1 parent e363d46 commit 445e791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ test-fish:
300300
uv sync --no-extra rich
301301
source .venv/bin/activate.fish && pytest --cov-append tests/shellcompletion/test_shell_resolution.py::TestShellResolution::test_fish tests/test_parser_completers.py tests/shellcompletion/test_fish.py
302302
uv sync --all-extras
303-
source .venv/bin/activate.fish && pytest --cov-append tests/shellcompletion/test_fish.py::FishExeTests::test_prompt_install
303+
source .venv/bin/activate.fish && pytest --cov-append tests/shellcompletion/test_fish.py::FishExeShellTests::test_prompt_install
304304

305305
# run tests
306306
test *TESTS:

0 commit comments

Comments
 (0)