1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-12 14:12:44 +01:00

Minor fixes for design API tests

This commit is contained in:
David Bomba 2024-06-02 19:11:27 +10:00
parent 6ce1ea9944
commit 6596aeb02e

View File

@ -60,6 +60,7 @@ class DesignApiTest extends TestCase
$q = Design::query()
->where('is_template', true)
->where('company_id', $this->company->id)
->whereRaw('FIND_IN_SET( ? ,entities)', [$searchable]);
$this->assertEquals(1, $q->count());