Tests: Restore blog switching in `update_posts_count()` test.
The previous iteration of the test passed when run in isolation but failed when running the whole test suite. Restoring the `switch_to_blog()` call allows the test to pass again pending a deeper investigation. Follow-up to [54760]. See #57023. Built from https://develop.svn.wordpress.org/trunk@54762 git-svn-id: http://core.svn.wordpress.org/trunk@54314 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
daccffbd4a
commit
f011bf7f5b
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.2-alpha-54761';
|
||||
$wp_version = '6.2-alpha-54762';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue