Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
RTippin committed Dec 10, 2021
2 parents 63fde17 + f8350dc commit 3e6c7a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Bots/RandomImageBotTest.php
Original file line number Diff line number Diff line change
@@ -101,6 +101,7 @@ public function it_releases_cooldown_when_http_fails()
/** @test */
public function it_releases_cooldown_when_store_image_fails()
{
$this->withoutExceptionHandling();
$thread = $this->createGroupThread($this->tippin);
$message = Message::factory()->for($thread)->owner($this->tippin)->create();
$action = BotAction::factory()->for(Bot::factory()->for($thread)->owner($this->tippin)->create())->owner($this->tippin)->create();

0 comments on commit 3e6c7a9

Please sign in to comment.