Skip to content

Commit

Permalink
Fix cs
Browse files Browse the repository at this point in the history
  • Loading branch information
pls78 committed Oct 31, 2023
1 parent 6220e18 commit 7115eec
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -800,10 +800,10 @@ public function test_add_notifications_for_multiple_users() {

$instance = $this->get_notification_center();

$user_1 = $this->factory->user->create_and_get();
$user_1 = $this->factory->user->create_and_get();
$user_1->add_cap( 'wpseo_manage_options' );

$user_2 = $this->factory->user->create_and_get();
$user_2 = $this->factory->user->create_and_get();
$user_2->add_cap( 'wpseo_manage_options' );

$notification_for_user_1 = new Yoast_Notification(
Expand Down

0 comments on commit 7115eec

Please sign in to comment.