X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/1a26b477827f2aeaa18647d2398d9340d26626f0..refs/pull/3349/head:/tests/ThemeTest.php diff --git a/tests/ThemeTest.php b/tests/ThemeTest.php index 775be92fc..cad2369f8 100644 --- a/tests/ThemeTest.php +++ b/tests/ThemeTest.php @@ -186,7 +186,7 @@ class ThemeTest extends TestCase dispatch((new DispatchWebhookJob($webhook, $event, $detail))); - $this->assertCount(3, $args); + $this->assertCount(5, $args); $this->assertEquals($event, $args[0]); $this->assertEquals($webhook->id, $args[1]->id); $this->assertEquals($detail->id, $args[2]->id);