fix test replace `'value' => ''` to `'compare' => 'NOT EXISTS'` #381
This commit is contained in:
parent
5514f2b5e0
commit
765b498e99
|
@ -625,7 +625,7 @@ class BulkEditBgProcess extends TAINACAN_UnitApiTestCase {
|
||||||
'meta_query' => [
|
'meta_query' => [
|
||||||
[
|
[
|
||||||
'key' => $this->metadatum->get_id(),
|
'key' => $this->metadatum->get_id(),
|
||||||
'value' => ''
|
'compare' => 'NOT EXISTS'
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
'posts_per_page' => -1
|
'posts_per_page' => -1
|
||||||
|
@ -638,7 +638,7 @@ class BulkEditBgProcess extends TAINACAN_UnitApiTestCase {
|
||||||
'meta_query' => [
|
'meta_query' => [
|
||||||
[
|
[
|
||||||
'key' => $this->metadatum->get_id(),
|
'key' => $this->metadatum->get_id(),
|
||||||
'value' => ''
|
'compare' => 'NOT EXISTS'
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
'posts_per_page' => -1
|
'posts_per_page' => -1
|
||||||
|
|
Loading…
Reference in New Issue