Update unit test following r42839.

This updates the expected version number for Hello Dolly in `Tests_Ajax_Update_Plugin::test_update_plugin` following [42839].

See #43555.

Built from https://develop.svn.wordpress.org/trunk@42841


git-svn-id: http://core.svn.wordpress.org/trunk@42671 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Joe McGill 2018-03-17 20:57:30 +00:00
parent 0a02c87b48
commit 2cb76498ba
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.0-alpha-42839';
$wp_version = '5.0-alpha-42841';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.