Skip to content

Commit

Permalink
Update tests/Feature/Admin/Teams/AddTeamMemberTest.php
Browse files Browse the repository at this point in the history
Co-authored-by: Mohamed Abdessamed <75367288+Brivan-26@users.noreply.github.com>
  • Loading branch information
MoussaabBadla and Brivan-26 authored Dec 8, 2023
1 parent 05fe436 commit eb27acc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Feature/Admin/Teams/AddTeamMemberTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ public function test_add_team_member()
$this->assertDatabaseHas('users', [
'team_id' => $team->id,
]);
$this->assertDatabaseCount('users', 2);
}
public function test_add_team_member_without_data()
{
Expand Down

0 comments on commit eb27acc

Please sign in to comment.