]> BookStack Code Mirror - bookstack/blobdiff - tests/ThemeTest.php
Fixed tests from streaming changes
[bookstack] / tests / ThemeTest.php
index 775be92fc371379186f3bfad71f7fa41d80a178e..cad2369f8bec50825e626052d52947d3b8b33b05 100644 (file)
@@ -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);