Fixed spacing issue

This commit is contained in:
anitaamurthy 2022-03-23 17:11:09 +05:30
parent c335c7322e
commit 7603a2c02b
1 changed files with 2 additions and 2 deletions

View File

@ -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',