Fix test
This commit is contained in:
parent
885e332f5a
commit
24fe8db5eb
|
@ -322,7 +322,7 @@ class WC_Tests_Product_Functions extends WC_Unit_Test_Case {
|
||||||
'key' => '_price',
|
'key' => '_price',
|
||||||
'value' => array( 10, 100 ),
|
'value' => array( 10, 100 ),
|
||||||
'compare' => 'BETWEEN',
|
'compare' => 'BETWEEN',
|
||||||
'type' => 'DECIMAL',
|
'type' => 'NUMERIC',
|
||||||
), $meta_query );
|
), $meta_query );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue