Skip to content

Commit ee395b8

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Traits/UserGroupsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function test_if_it_can_add_groups_to_user_with_array_parameter()
4242
$this->assertInstanceOf(User::class, $this->testUser->assignGroup([
4343
$this->testUserGroup->id,
4444
$this->testAdminGroup->slug,
45-
$this->testUserGroup2
45+
$this->testUserGroup2,
4646
]));
4747
}
4848
}

0 commit comments

Comments
 (0)