Skip to content

Commit 2ec040c

Browse files
committed
Fix unit tests failures
1 parent cbf5346 commit 2ec040c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/php/SubscriptionsTest.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ public function test_send_notifications_no_remote_post() {
360360

361361
\WP_Mock::userFunction(
362362
'remove_filter', [
363-
'times' => 1,
363+
'times' => 2,
364364
]
365365
);
366366

@@ -523,7 +523,7 @@ public function test_send_notifications_remote_post_exists() {
523523

524524
\WP_Mock::userFunction(
525525
'remove_filter', [
526-
'times' => 1,
526+
'times' => 2,
527527
]
528528
);
529529

0 commit comments

Comments
 (0)