Skip to content

Commit

Permalink
remove extra lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad-Alavi committed Sep 29, 2021
1 parent eb93e45 commit d86d451
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ public function testSyncRoleOnNonExistingUser(): void
'user_id' => Hashids::encode($invalidId),
];


$response = $this->makeCall($data);

$response->assertStatus(404);
Expand All @@ -78,7 +77,6 @@ public function testSyncNonExistingRoleOnUser(): void
'user_id' => $user->getHashedKey(),
];


$response = $this->makeCall($data);

$response->assertStatus(404);
Expand Down

0 comments on commit d86d451

Please sign in to comment.