Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
petitphp committed Apr 29, 2024
1 parent eac9da1 commit 44903e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/cache-pluck.feature
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ Feature: Pluck command available for the object cache
When I try `wp cache pluck unknown_key test`
Then STDERR should be:
"""
Warning: No object found for the key "unknown_key" in group "default"
Warning: No object found for the key 'unknown_key' in group 'default'
"""

0 comments on commit 44903e8

Please sign in to comment.