Skip to content

Commit

Permalink
Fix unit tests failures
Browse files Browse the repository at this point in the history
  • Loading branch information
avag-novembit committed Jun 12, 2019
1 parent cbf5346 commit 2ec040c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/php/SubscriptionsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ public function test_send_notifications_no_remote_post() {

\WP_Mock::userFunction(
'remove_filter', [
'times' => 1,
'times' => 2,
]
);

Expand Down Expand Up @@ -523,7 +523,7 @@ public function test_send_notifications_remote_post_exists() {

\WP_Mock::userFunction(
'remove_filter', [
'times' => 1,
'times' => 2,
]
);

Expand Down

0 comments on commit 2ec040c

Please sign in to comment.