Skip to content

Commit 980f814

Browse files
updated test
1 parent 88f4afc commit 980f814

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/integration/ReminderTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ protected function setUp(): void
4949
$message = [
5050
'text' => 'This is a test message for reminders'
5151
];
52-
$response = $this->channel->sendMessage($message, $this->user['id']);
52+
$response = $this->channel->sendMessage($message, $this->user['id']); // message id 1
53+
$response = $this->channel->sendMessage($message, $this->user['id']); // message id 2
5354
$this->messageId = $response['message']['id'];
5455
}
5556

0 commit comments

Comments
 (0)