Skip to content

Commit

Permalink
fix: main test
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubmikita committed May 27, 2024
1 parent 176a118 commit 83cd90a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/Core/TestMain.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function test_boot() {
$this->assertInstanceOf( 'BracketSpace\Notification\Admin\Sync', \Notification::component( 'admin_sync' ) );
$this->assertInstanceOf( 'BracketSpace\Notification\Admin\Debugging', \Notification::component( 'admin_debugging' ) );

$this->assertInstanceOf( 'BracketSpace\Notification\Integration\WordPress', \Notification::component( 'integration_wp' ) );
$this->assertInstanceOf( 'BracketSpace\Notification\Integration\WordPressIntegration', \Notification::component( 'integration_wp' ) );
$this->assertInstanceOf( 'BracketSpace\Notification\Integration\WordPressEmails', \Notification::component( 'integration_wp_emails' ) );

}
Expand Down

0 comments on commit 83cd90a

Please sign in to comment.