fix test replace `'value' => ''` to `'compare' => 'NOT EXISTS'` #381

This commit is contained in:
vnmedeiros 2020-05-05 20:41:49 -03:00
parent 5514f2b5e0
commit 765b498e99
1 changed files with 2 additions and 2 deletions

View File

@ -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