Skip to content

Commit

Permalink
Fix unit tests errors
Browse files Browse the repository at this point in the history
  • Loading branch information
avag-novembit committed Jun 12, 2019
1 parent db1e081 commit cbf5346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/php/WordPressExternalConnectionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ public function test_push() {

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

Expand Down

0 comments on commit cbf5346

Please sign in to comment.