Fix small space misalignment
This commit is contained in:
parent
97d296b681
commit
2ce0d70f1e
|
@ -2593,7 +2593,7 @@ function wc_update_770_remove_multichannel_marketing_feature_options() {
|
|||
|
||||
/**
|
||||
* Delete posts of type "shop_order_placeholder" with no matching order in the orders table.
|
||||
*
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
function wc_update_790_delete_stray_order_records() {
|
||||
|
|
|
@ -2312,7 +2312,7 @@ class OrdersTableDataStoreTests extends HposTestCase {
|
|||
}
|
||||
|
||||
/**
|
||||
* @testDox When saving an order, status is automatically prefixed even if it was not earlier.
|
||||
* @testDox When saving an order, status is automatically prefixed even if it was not earlier.
|
||||
*/
|
||||
public function test_get_db_row_from_order_only_prefixed_status_is_written_to_db() {
|
||||
$order = wc_create_order();
|
||||
|
|
Loading…
Reference in New Issue