From 31bdce3725334c4677e1ecc88dc57eefa2d4f3f7 Mon Sep 17 00:00:00 2001 From: Jonathan Sadowski Date: Tue, 21 Apr 2020 18:03:21 -0500 Subject: [PATCH] Fix typo in test_add_variation_with_url test (use British spelling of colour) --- tests/legacy/unit-tests/cart/cart.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/legacy/unit-tests/cart/cart.php b/tests/legacy/unit-tests/cart/cart.php index 1ba5290e64b..fa02219875b 100644 --- a/tests/legacy/unit-tests/cart/cart.php +++ b/tests/legacy/unit-tests/cart/cart.php @@ -2084,7 +2084,7 @@ class WC_Tests_Cart extends WC_Unit_Test_Case { $variation['variation_id'], array( 'attribute_pa_size' => 'huge', - 'attribute_pa_color' => 'red', + 'attribute_pa_colour' => 'red', 'attribute_pa_number' => '2', ) );