Skip to content
This repository was archived by the owner on Jun 15, 2022. It is now read-only.

Commit 30594a5

Browse files
committed
Remove duplicate meta_query in assertion.
1 parent 30f4204 commit 30594a5

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

tests/test-filters.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -72,18 +72,6 @@ public function test_filter_database_queries_with_postmeta() {
7272
'_old_key' => '_billing_email',
7373
],
7474
],
75-
'meta_query' => [
76-
'relation' => 'AND',
77-
'customer_emails' => [
78-
'key' => '_billing_email',
79-
'value' => [ '[email protected]' ],
80-
'compare' => 'IN',
81-
],
82-
'custom_key' => [
83-
'key' => '_custom_meta_key',
84-
'value' => 'value',
85-
],
86-
],
8775
], WooCommerce_Custom_Orders_Table_Filters::filter_database_queries( $args, [] ) );
8876
}
8977

0 commit comments

Comments
 (0)