diff options
Diffstat (limited to 'tests/units/Notification/MailNotificationTest.php')
-rw-r--r-- | tests/units/Notification/MailNotificationTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/units/Notification/MailNotificationTest.php b/tests/units/Notification/MailNotificationTest.php index 93eeef0c..04e99c8a 100644 --- a/tests/units/Notification/MailNotificationTest.php +++ b/tests/units/Notification/MailNotificationTest.php @@ -36,7 +36,7 @@ class MailNotificationTest extends Base $this->assertEquals(1, $taskLinkModel->create(1, 2, 1)); $task = $taskFinderModel->getDetails(1); - $subtask = $subtaskModel->getById(1, true); + $subtask = $subtaskModel->getByIdWithDetails(1); $comment = $commentModel->getById(1); $file = $commentModel->getById(1); $tasklink = $taskLinkModel->getById(1); |