Fixed products tests
This commit is contained in:
parent
666d1f3c06
commit
1d82fbd8bf
|
@ -512,7 +512,7 @@ class Products_API extends WC_REST_Unit_Test_Case {
|
|||
$response = $this->server->dispatch( $request );
|
||||
$data = $response->get_data();
|
||||
$properties = $data['schema']['properties'];
|
||||
$this->assertEquals( 61, count( $properties ) );
|
||||
$this->assertEquals( 62, count( $properties ) );
|
||||
$product->delete( true );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue