Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c16c065

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

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed

‎generative_ai/context_caching/test_context_caching.py

Copy file name to clipboardExpand all lines: generative_ai/context_caching/test_context_caching.py
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.