Skip to content

Commit c16c065

Browse files
fix: typo in sample file name (#12676)
* fix typo in sample file name * update test file * refresh CI checks
1 parent 3afaa0e commit c16c065

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

generative_ai/context_caching/test_context_caching.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import create_context_cache
2020
import delete_context_cache
2121
import get_context_cache
22-
import list_content_caches
22+
import list_context_caches
2323
import pytest
2424
import update_context_cache
2525
import use_context_cache
@@ -50,7 +50,7 @@ def test_get_context_cache(cache_id: str) -> None:
5050

5151

5252
def test_get_list_of_context_caches(cache_id: str) -> None:
53-
response = list_content_caches.list_content_caches()
53+
response = list_context_caches.list_content_caches()
5454
assert cache_id in response
5555

5656

0 commit comments

Comments
 (0)