Fix test.

This commit is contained in:
barryhughes 2022-04-22 14:45:20 -07:00
parent d951b218f2
commit 664212b9df
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ class WC_Admin_Tests_Install extends WP_UnitTestCase {
array( '5.6.0', 14 ),
array( '6.0.0', 7 ),
array( '6.3.0', 4 ),
array( '6.4.0', 0 ),
array( '6.4.0', 1 ),
);
}