Tests: Use delta comparison in `test_should_fall_back_to_last_post_modified()` to avoid race conditions.

See #48957.
Built from https://develop.svn.wordpress.org/trunk@46981


git-svn-id: http://core.svn.wordpress.org/trunk@46781 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2019-12-17 21:33:02 +00:00
parent 6403619f92
commit 2cf3fb14ee
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.4-alpha-46976';
$wp_version = '5.4-alpha-46981';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.