From d5486be6c86a2aec89b56fdceed3d382bfa22f7b Mon Sep 17 00:00:00 2001 From: Mike Jolley Date: Fri, 8 Dec 2017 11:35:26 +0000 Subject: [PATCH] test --- tests/unit-tests/attributes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit-tests/attributes/functions.php b/tests/unit-tests/attributes/functions.php index ac285ffab80..698f6603cc0 100644 --- a/tests/unit-tests/attributes/functions.php +++ b/tests/unit-tests/attributes/functions.php @@ -84,7 +84,7 @@ class WC_Tests_Attributes_Functions extends WC_Unit_Test_Case { 'id' => $id, 'name' => 'Brand', 'slug' => 'pa_brand', - 'type' => 'text', + 'type' => 'select', 'order_by' => 'menu_order', 'has_archives' => true, );