Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
al-esc committed Jul 18, 2024
1 parent 6d0759a commit 27ab9b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/site-health.php
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@ function test_compatibility() {
function object_cache_tests( $tests ) {
$tests['direct']['object_cache'] = [
'label' => __( 'Object Cache', 'pantheon' ),
'test' => __NAMESPACE__ . '\\test_object_cache',
'test' => __NAMESPACE__ . '\\test_object_cache',
];

return $tests;
Expand Down

0 comments on commit 27ab9b0

Please sign in to comment.