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 ); }