Skip to content

Commit

Permalink
run formatter and linter
Browse files Browse the repository at this point in the history
Run the composer format and lint commands, which I forgot to run before.
  • Loading branch information
safwanyp committed Aug 4, 2023
1 parent 0295c6e commit 4a9af13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/Services/Teams/TeamsBaseServer.php
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ public function testTeamDeleteUpdatesUserMembership()
$this->assertArrayHasKey('prefs', $new_team['body']);

/**
* Use the Create Team Membership endpoint
* Use the Create Team Membership endpoint
* to create 5 new users and add them to the team immediately
*/
for ($i = 0; $i < 5; $i++) {
Expand Down

0 comments on commit 4a9af13

Please sign in to comment.