Build/Test Tools: Fix tests after [50188].

This removes a test assertion defending against version ranges in the node value in package.json files. This is now supported.

Props peterwilsoncc.
Merges [50192] to the 5.5 branch.
See #52341.
Built from https://develop.svn.wordpress.org/branches/5.5@50194


git-svn-id: http://core.svn.wordpress.org/branches/5.5@49872 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2021-02-05 03:42:02 +00:00
parent 2d74427834
commit 425d33ee65
1 changed files with 1 additions and 1 deletions

View File

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