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

Merges [46981] to the 5.3 branch.
See #48957.
Built from https://develop.svn.wordpress.org/branches/5.3@46982


git-svn-id: http://core.svn.wordpress.org/branches/5.3@46782 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2019-12-17 21:35:03 +00:00
parent 99c691c8e2
commit f1bcfd66d2

View File

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