mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-22 00:01:27 +01:00
Tests: Correct hardcoded "3 months ago" assertion in tests/rest-api/rest-block-directory-controller.php
.
Now that more than 3 months have passed since 2020-03-23, this was causing test failures. Follow-up to [48242]. See #50321. Built from https://develop.svn.wordpress.org/trunk@48333 git-svn-id: http://core.svn.wordpress.org/trunk@48102 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
82487d4b29
commit
c69101301b
@ -13,7 +13,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.5-alpha-48332';
|
||||
$wp_version = '5.5-alpha-48333';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user