Skip to content

Commit

Permalink
pkp#5885 test update
Browse files Browse the repository at this point in the history
  • Loading branch information
touhidurabir committed Aug 30, 2024
1 parent 98a5db2 commit e967484
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion classes/validation/enums/DateComparisonRule.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,3 @@ enum DateComparisonRule: string
case GREATER_OR_EQUAL = 'after_or_equal';
case LESSER_OR_EQUAL = 'before_or_equal';
}

4 changes: 3 additions & 1 deletion tests/jobs/email/ReviewReminderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@ public function testRunSerializedJob(): void

app()->instance(EventRepository::class, $eventRepoMock);

$this->assertNull($reviewReminderJob->handle());
$reviewReminderJob->handle();

$this->expectNotToPerformAssertions();
}
}

0 comments on commit e967484

Please sign in to comment.