Fix typo in test_add_variation_with_url test (use British spelling of colour)

This commit is contained in:
Jonathan Sadowski 2020-04-21 18:03:21 -05:00
parent fc683bdb80
commit 31bdce3725
1 changed files with 1 additions and 1 deletions

View File

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