From 24fe8db5ebc5051b3cd9dc3d6b4a4968d56483c2 Mon Sep 17 00:00:00 2001 From: Mike Jolley Date: Mon, 8 May 2017 19:14:33 +0100 Subject: [PATCH] Fix test --- tests/unit-tests/product/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit-tests/product/functions.php b/tests/unit-tests/product/functions.php index bc2005eaea8..6fb6e38071b 100644 --- a/tests/unit-tests/product/functions.php +++ b/tests/unit-tests/product/functions.php @@ -322,7 +322,7 @@ class WC_Tests_Product_Functions extends WC_Unit_Test_Case { 'key' => '_price', 'value' => array( 10, 100 ), 'compare' => 'BETWEEN', - 'type' => 'DECIMAL', + 'type' => 'NUMERIC', ), $meta_query ); }