Skip to content

Commit 5a1fade

Browse files
author
Sandip Baikare
committed
fix: trac ticket number
1 parent 77f8689 commit 5a1fade

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/phpunit/tests/ai-client/wpAiClientCache.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ public function test_ttl_with_date_interval() {
222222
/**
223223
* Test that the cache group filter is respected.
224224
*
225-
* @ticket 64591
225+
* @ticket 65127
226226
*/
227227
public function test_cache_group_filter_is_respected() {
228228
add_filter( 'wp_ai_client_cache_group', function( $group ) {
@@ -240,7 +240,7 @@ public function test_cache_group_filter_is_respected() {
240240
/**
241241
* Test that a non-string cache group filter value is cast to string.
242242
*
243-
* @ticket 64591
243+
* @ticket 65127
244244
*/
245245
public function test_cache_group_filter_returns_non_string() {
246246
add_filter( 'wp_ai_client_cache_group', function( $group ) {

0 commit comments

Comments
 (0)