Skip to content

Commit

Permalink
style: fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
dhensby committed Aug 31, 2023
1 parent 178db6f commit 8935cb5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/MasqueradeMemberTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,5 @@ public function testMasquerade()

$this->assertEquals($admin->ID, $this->session()->get('loggedInAs'));
$this->assertEquals($member->ID, $this->session()->get('masqueradingAs'));

}
}

0 comments on commit 8935cb5

Please sign in to comment.