Fixed products tests

This commit is contained in:
Claudio Sanches 2017-02-16 01:52:10 -02:00
parent 666d1f3c06
commit 1d82fbd8bf
1 changed files with 1 additions and 1 deletions

View File

@ -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 );
}