This commit is contained in:
Mike Jolley 2017-05-08 19:14:33 +01:00
parent 885e332f5a
commit 24fe8db5eb
1 changed files with 1 additions and 1 deletions

View File

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