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.


git-svn-id: https://develop.svn.wordpress.org/trunk@42841 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Joe McGill 2018-03-17 20:57:00 +00:00
parent 640a354d46
commit 9f9ff6afed
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ class Tests_Ajax_Update_Plugin extends WP_Ajax_UnitTestCase {
'plugin' => 'hello.php',
'pluginName' => 'Hello Dolly',
'errorMessage' => 'Plugin update failed.',
'oldVersion' => 'Version 1.6',
'oldVersion' => 'Version 1.7',
'newVersion' => '',
'debug' => array( 'The plugin is at the latest version.' ),
),