Tests: Use assertSame() in test_edit_user_blank_password(), for consistency with other assertions.

Follow-up to [49118].

See #42766, #38266.
Built from https://develop.svn.wordpress.org/trunk@49126


git-svn-id: http://core.svn.wordpress.org/trunk@48888 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2020-10-11 15:51:06 +00:00
parent bd1fa2d998
commit 8d945f4811

View File

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