Tests: Remove some extra `wp_cache_set()` calls from `wp_cache_set_multiple()` test.

These appear to be a copy/paste from the `wp_cache_get_multiple()` test and are not required here.

Follow-up to [47938], [52700].

See #54574.
Built from https://develop.svn.wordpress.org/trunk@52702


git-svn-id: http://core.svn.wordpress.org/trunk@52291 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2022-02-11 17:41:01 +00:00
parent 734960733e
commit 2ca9b92cef
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.0-alpha-52701';
$wp_version = '6.0-alpha-52702';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.