Skip to content

Commit

Permalink
fixes style
Browse files Browse the repository at this point in the history
  • Loading branch information
aocneanu committed Mar 27, 2021
1 parent e22e62a commit e0cf627
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion tests/features/LoginTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ public function can_login_from_webview()
$this->assertTokenAuthenticate($response->json('token'));
}


/** @test */
public function can_authenticate_token_api()
{
Expand Down
2 changes: 1 addition & 1 deletion tests/features/UserGroupTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public function can_update_user_group()
$this->testModel->toArray() + [
'roles' => $this->testModel->roles()
->pluck('id')
->toArray()
->toArray(),
])->assertStatus(200)
->assertJsonStructure(['message']);

Expand Down

0 comments on commit e0cf627

Please sign in to comment.