Tests: Update unit tests to account for lazy-loading being disabled for custom logos by default.

Follow-up to [48870].

See #50933.
Built from https://develop.svn.wordpress.org/trunk@48874


git-svn-id: http://core.svn.wordpress.org/trunk@48636 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2020-08-27 01:55:04 +00:00
parent 2db137784b
commit c015f95eee

View File

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