Skip to content

Commit d017252

Browse files
author
Mateus Junges
committed
Apply fixes from style ci
1 parent adb77e0 commit d017252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Traits/GroupUsersTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function test_if_a_user_can_be_attached_to_group_with_array_params()
4141
$this->assertInstanceOf(Group::class, $this->testUserGroup->assignUser([
4242
$this->testUser,
4343
$this->testUser2->name,
44-
$this->testUser3->id
44+
$this->testUser3->id,
4545
]));
4646
}
4747
}

0 commit comments

Comments
 (0)