Fixed spacing issue
This commit is contained in:
parent
c335c7322e
commit
7603a2c02b
|
@ -197,8 +197,8 @@ class WC_Tests_API_Product_Reviews_V2 extends WC_REST_Unit_Test_Case {
|
|||
'date_created' => $data['date_created'],
|
||||
'date_created_gmt' => $data['date_created_gmt'],
|
||||
'product_id' => $product->get_id(),
|
||||
'product_name' => $product->get_name(),
|
||||
'product_permalink' => $product->get_permalink(),
|
||||
'product_name' => $product->get_name(),
|
||||
'product_permalink' => $product->get_permalink(),
|
||||
'status' => 'approved',
|
||||
'reviewer' => 'Admin',
|
||||
'reviewer_email' => 'woo@woo.local',
|
||||
|
|
Loading…
Reference in New Issue