mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-09 05:54:34 +02:00
Apply Pint fixes
This commit is contained in:
@ -26,8 +26,8 @@ class UserUpdateRequestTest extends FeatureTestCase
|
||||
public function test_user_is_authorized()
|
||||
{
|
||||
Auth::shouldReceive('check')
|
||||
->once()
|
||||
->andReturn(true);
|
||||
->once()
|
||||
->andReturn(true);
|
||||
|
||||
$request = new UserUpdateRequest();
|
||||
|
||||
|
Reference in New Issue
Block a user