Fixed Failing PHPUnit Test

This commit is contained in:
Christopher Allford 2023-12-10 13:26:17 -08:00
parent ea6a39dbc1
commit 6360c38eb8
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ class WC_Tests_Packages extends WC_Unit_Test_Case {
* Test packages exist - this requires composer install to have ran.
*/
public function test_packages_exist() {
$this->assertTrue( \Automattic\WooCommerce\Packages::package_exists( 'woocommerce-blocks' ) );
$this->assertTrue( \Automattic\WooCommerce\Packages::package_exists( 'woocommerce-admin' ) );
}
/**