Fix broken tests

This commit is contained in:
moon 2022-04-13 17:11:44 -07:00
parent 09a85d9cb4
commit f514c81074
1 changed files with 2 additions and 2 deletions

View File

@ -125,8 +125,8 @@ class WC_Admin_Tests_Install extends WP_UnitTestCase {
public function db_update_version_provider() {
return array(
// [DB Update version string, # of expected pending jobs]
array( '3.9.0', 34 ),
array( '4.0.0', 27 ),
array( '3.9.0', 33 ),
array( '4.0.0', 26 ),
array( '4.4.0', 22 ),
array( '4.5.0', 20 ),
array( '5.0.0', 16 ),