Updated tests to reflect changes for variations in v3 REST API.

This commit is contained in:
Peter Fabian 2018-09-10 15:49:07 +02:00
parent b6f229238e
commit ec4000232d
1 changed files with 0 additions and 1 deletions

View File

@ -388,7 +388,6 @@ class Product_Variations_API extends WC_REST_Unit_Test_Case {
$this->assertArrayHasKey( 'date_on_sale_from', $properties );
$this->assertArrayHasKey( 'date_on_sale_to', $properties );
$this->assertArrayHasKey( 'on_sale', $properties );
$this->assertArrayHasKey( 'visible', $properties );
$this->assertArrayHasKey( 'purchasable', $properties );
$this->assertArrayHasKey( 'virtual', $properties );
$this->assertArrayHasKey( 'downloadable', $properties );