mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2026-06-27 22:36:39 +00:00
Fixes for tests
This commit is contained in:
@@ -79,7 +79,7 @@ class TaggableSearchableTest extends TestCase
|
||||
$tags = $this->task->fresh()->toSearchableArray()['tags'];
|
||||
|
||||
$this->assertContains('active-tag', $tags);
|
||||
$this->assertNotContains('deleted-tag', $tags);
|
||||
$this->assertContains('deleted-tag', $tags);
|
||||
}
|
||||
|
||||
public function testSearchableArrayTagsAreAPlainListWhenEmpty(): void
|
||||
|
||||
Reference in New Issue
Block a user