We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88f4afc commit 980f814Copy full SHA for 980f814
tests/integration/ReminderTest.php
@@ -49,7 +49,8 @@ protected function setUp(): void
49
$message = [
50
'text' => 'This is a test message for reminders'
51
];
52
- $response = $this->channel->sendMessage($message, $this->user['id']);
+ $response = $this->channel->sendMessage($message, $this->user['id']); // message id 1
53
+ $response = $this->channel->sendMessage($message, $this->user['id']); // message id 2
54
$this->messageId = $response['message']['id'];
55
}
56
0 commit comments