mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 16:22:14 +00:00
- set default_max_team_member
- generate traffic for all users
This commit is contained in:
@@ -95,7 +95,7 @@ class UserSubscriptionTest extends TestCase
|
||||
SubscriptionWasExpired::dispatch($user->subscription);
|
||||
|
||||
$this->assertDatabaseHas('user_limitations', [
|
||||
'max_storage_amount' => 1,
|
||||
'max_storage_amount' => 5,
|
||||
'max_team_members' => 5,
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user