Formatting

This commit is contained in:
claudiulodro 2017-05-25 14:45:36 -07:00
parent e00d7b7c55
commit c08140a293
1 changed files with 2 additions and 1 deletions

View File

@ -31,7 +31,8 @@ class WC_Tests_Order_Item_Meta extends WC_Unit_Test_Case {
$expected[ $metadata->id ] = array(
'key' => $metadata->key,
'label' => wc_attribute_label( $metadata->key, null ),
'value' => $metadata->value );
'value' => $metadata->value
);
}
$result = $meta->get_formatted();