Skip to content

Commit 9479e3d

Browse files
committed
- updating filter name
1 parent 0d8dfac commit 9479e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/wpunit/CacheInvalidationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public function setUp(): void {
1313
\WPGraphQL::clear_schema();
1414

1515
// enable graphql cache maps
16-
add_filter( 'graphql_cache_enable_cache_maps', '__return_true' );
16+
add_filter( 'wpgraphql_cache_enable_cache_maps', '__return_true' );
1717

1818
if ( ! defined( 'GRAPHQL_DEBUG' ) ) {
1919
define( 'GRAPHQL_DEBUG', true );

0 commit comments

Comments
 (0)