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:
parent
6ce1ea9944
commit
6596aeb02e
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user