mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-15 03:32:15 +01:00
Renamed jetstream team to organization
This commit is contained in:
@@ -14,7 +14,7 @@ class PasswordConfirmationTest extends TestCase
|
||||
|
||||
public function test_confirm_password_screen_can_be_rendered(): void
|
||||
{
|
||||
$user = User::factory()->withPersonalTeam()->create();
|
||||
$user = User::factory()->withPersonalOrganization()->create();
|
||||
|
||||
$response = $this->actingAs($user)->get('/user/confirm-password');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user