Fix typo in test_add_variation_with_url test (use British spelling of colour)
This commit is contained in:
parent
fc683bdb80
commit
31bdce3725
|
@ -2084,7 +2084,7 @@ class WC_Tests_Cart extends WC_Unit_Test_Case {
|
||||||
$variation['variation_id'],
|
$variation['variation_id'],
|
||||||
array(
|
array(
|
||||||
'attribute_pa_size' => 'huge',
|
'attribute_pa_size' => 'huge',
|
||||||
'attribute_pa_color' => 'red',
|
'attribute_pa_colour' => 'red',
|
||||||
'attribute_pa_number' => '2',
|
'attribute_pa_number' => '2',
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue