diff --git a/tests/test-bulkedit-bg-process.php b/tests/test-bulkedit-bg-process.php index c1f82a0c8..c814a1468 100644 --- a/tests/test-bulkedit-bg-process.php +++ b/tests/test-bulkedit-bg-process.php @@ -625,7 +625,7 @@ class BulkEditBgProcess extends TAINACAN_UnitApiTestCase { 'meta_query' => [ [ 'key' => $this->metadatum->get_id(), - 'value' => '' + 'compare' => 'NOT EXISTS' ] ], 'posts_per_page' => -1 @@ -638,7 +638,7 @@ class BulkEditBgProcess extends TAINACAN_UnitApiTestCase { 'meta_query' => [ [ 'key' => $this->metadatum->get_id(), - 'value' => '' + 'compare' => 'NOT EXISTS' ] ], 'posts_per_page' => -1