Skip to content

Commit

Permalink
fixup! fix(ooo): add new ooo status with new emoji
Browse files Browse the repository at this point in the history
  • Loading branch information
miaulalala committed Dec 15, 2023
1 parent 570826b commit 4edbb36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ public function testRunNoAvailabilityWithOOO(): void {
->method('revertUserStatus');
$this->statusManager->expects(self::once())
->method('setUserStatus')
->with('user', IUserStatus::MESSAGE_VACATION, IUserStatus::DND, true, $ooo->getShortMessage());
->with('user', IUserStatus::MESSAGE_OUT_OF_OFFICE, IUserStatus::DND, true, $ooo->getShortMessage());
$this->config->expects(self::never())
->method('getUserValue');
$this->time->method('getDateTime')
Expand Down

0 comments on commit 4edbb36

Please sign in to comment.