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