Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Signed-off-by: Nguyen Van Nguyen <[email protected]>
  • Loading branch information
nguyennv committed Jan 15, 2024
1 parent 2e1beb9 commit cfc2e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Mail/Message/GetFolderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public function testGetFolder()
$internalGrantExpiry = $this->faker->randomNumber;
$guestGrantExpiry = $this->faker->randomNumber;

$grantRight = implode(',', [ActionGrantRight::READ(), ActionGrantRight::WRITE()]);
$grantRight = implode([ActionGrantRight::READ(), ActionGrantRight::WRITE()]);
$granteeType = GrantGranteeType::USR();
$granteeId = $this->faker->uuid;
$expiry = $this->faker->unixTime;
Expand Down

0 comments on commit cfc2e7d

Please sign in to comment.