Skip to content

Commit

Permalink
Update tests/Api/Groups/GroupTest.php
Browse files Browse the repository at this point in the history
Co-authored-by: Oskar Stark <[email protected]>
  • Loading branch information
slunak and OskarStark authored Aug 4, 2024
1 parent 348a7ee commit 6508657
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Api/Groups/GroupTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ public function testRetrieveGroupInformation()
/**
* @group Integration
*/
public function testCreate() {
public function testCreate()
{
$application = new Application("cccc3333CCCC3333dddd4444DDDD44"); // using dummy token
$group = new Group("eeee5555EEEE5555ffff6666FFFF66", $application);

Expand Down

0 comments on commit 6508657

Please sign in to comment.