Skip to content

Commit

Permalink
Fix document organisation admin test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexPopaCode4 committed Apr 11, 2024
1 parent 1751c83 commit 2ef5857
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Feature/Documents/OrganisationAdminTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ protected function setUp(): void
{
parent::setUp();
$this->createOrganisations();
$this->createOrganisations(2, 'inactive');
$this->user = User::query()
->role(UserRole::ORG_ADMIN)
->inRandomOrder()
->first();
$this->createOrganisations(2, 'inactive');

// $this->actingAs($this->user);
}

Expand Down

0 comments on commit 2ef5857

Please sign in to comment.