Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet committed Apr 3, 2024
1 parent ce14473 commit 306f8f8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tests/Filter/IdFilterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,10 @@ public function testNotEquals(): void

$builder = new ProxyQuery($queryBuilder);

$filter->apply($builder, FilterData::fromArray(
[
$filter->apply($builder, FilterData::fromArray([
'value' => '507f1f77bcf86cd799439011',
'type' => EqualOperatorType::TYPE_NOT_EQUAL, ]
));
'type' => EqualOperatorType::TYPE_NOT_EQUAL,
]));
static::assertTrue($filter->isActive());
}
}

0 comments on commit 306f8f8

Please sign in to comment.