Skip to content

Commit

Permalink
Removing action scheduler failed execution action handler check out o…
Browse files Browse the repository at this point in the history
…f tests.
  • Loading branch information
message-dimke committed Nov 18, 2024
1 parent 657fc28 commit 1552a0f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/Unit/PinterestForWoocommerceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,6 @@ public function test_disconnect_events_added_with_plugin() {
[ Pinterest_For_Woocommerce::class, 'reset_connection' ]
)
);
$this->assertEquals(
10,
has_action(
'action_scheduler_failed_execution',
[ Pinterest_For_Woocommerce::class, 'action_scheduler_reset_connection' ]
)
);
}

/**
Expand Down

0 comments on commit 1552a0f

Please sign in to comment.