Skip to content

Commit

Permalink
NegativeOperatorFilterQueryBuilderTest fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
fedys committed May 30, 2024
1 parent 98329f2 commit 00488a8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ private function createAndBuildSegment(array $filters): LeadList
{
$segment = new LeadList();
$segment->setName('Segment A');
$segment->setPublicName('Segment A');
$segment->setAlias('segment-a');
$segment->setFilters($filters);
$this->em->persist($segment);
Expand Down

0 comments on commit 00488a8

Please sign in to comment.