From 9eca4d917e88c9b5a210d17c6ad178a8a08d0193 Mon Sep 17 00:00:00 2001 From: Clement Boirie Date: Mon, 29 Apr 2024 20:34:24 +0200 Subject: [PATCH] fix tests --- features/cache-pluck.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/cache-pluck.feature b/features/cache-pluck.feature index c5d08288..bec68e34 100644 --- a/features/cache-pluck.feature +++ b/features/cache-pluck.feature @@ -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' """