Tests: Update a test that relied on the Hello Dolly plugin version.

[43900] changed the plugin version, causing a unit test failure.

See #45345.



git-svn-id: https://develop.svn.wordpress.org/branches/5.0@43902 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Gary Pendergast 2018-11-16 00:01:47 +00:00
parent 0fc49bfb89
commit 3d4b1f1229

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.7',
'oldVersion' => 'Version 1.7.1',
'newVersion' => '',
'debug' => array( 'The plugin is at the latest version.' ),
),