Tests: Correct the test for `NOT BETWEEN` comparison operator in `WP_Date_Query`.

Follow-up to [29793].

Props patopaiar, jrf.
See #39265, #51802.
Built from https://develop.svn.wordpress.org/trunk@50276


git-svn-id: http://core.svn.wordpress.org/trunk@49921 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2021-02-09 18:10:04 +00:00
parent 8212925c11
commit 7cae8b1c02
1 changed files with 1 additions and 1 deletions

View File

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