diff options
| author | Martin Bielik <martin.bielik@instea.sk> | 2024-12-22 15:00:37 +0100 |
|---|---|---|
| committer | Martin Bielik <martin.bielik@instea.sk> | 2024-12-22 15:00:37 +0100 |
| commit | 380d5cdd9538c2522dfc8d03a8a261760bb0439a (patch) | |
| tree | b75ce4f40c16a2236416b6285f7ece3a8933b880 | |
| parent | fbc2bfb445c71985e9fc399d3fac2def2fc6854e (diff) | |
| download | vim-ai-380d5cdd9538c2522dfc8d03a8a261760bb0439a.tar.gz | |
default image role tests
Diffstat (limited to '')
| -rw-r--r-- | tests/roles_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/roles_test.py b/tests/roles_test.py index a0cc26a..ad51995 100644 --- a/tests/roles_test.py +++ b/tests/roles_test.py @@ -25,4 +25,4 @@ def test_role_chat_only(): def test_explicit_image_roles(): role_names = load_ai_role_names('image') - assert set(role_names) == { 'hd-image' } + assert set(role_names) == { 'hd-image', 'hd', 'natural' } |