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

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

Props peterwilsoncc.
See #52341.
Built from https://develop.svn.wordpress.org/trunk@50192


git-svn-id: http://core.svn.wordpress.org/trunk@49870 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2021-02-05 03:38:05 +00:00
parent a752adb3e6
commit d28712518c

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.7-beta1-50185';
$wp_version = '5.7-beta1-50192';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.