Skip to content

Commit 44903e8

Browse files
committed
fix tests
1 parent eac9da1 commit 44903e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/cache-pluck.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ Feature: Pluck command available for the object cache
3535
When I try `wp cache pluck unknown_key test`
3636
Then STDERR should be:
3737
"""
38-
Warning: No object found for the key "unknown_key" in group "default"
38+
Warning: No object found for the key 'unknown_key' in group 'default'
3939
"""
4040

0 commit comments

Comments
 (0)