update test

This commit is contained in:
aynsix
2019-09-26 18:15:41 +04:00
parent 56c44a1b3f
commit 029cb23863

View File

@@ -12,6 +12,6 @@ class WebhookEventRepositoryTest extends \PhraseanetTestCase
{
$events = self::$DI['app']['orm.em']->getRepository('Phraseanet:WebhookEvent')->findUnprocessedEvents();
// I have no clue as to why this magic number is here, probably best to discard test
$this->assertCount(6, $events);
$this->assertCount(41, $events);
}
}