Skip to content

Commit 96338ae

Browse files
committed
Fix test about removing an entity
1 parent 4eb02d8 commit 96338ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Integration/EngineTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function testIndexingEmptyEntity(): void
4545

4646
// Remove
4747
$result = $this->engine->remove($searchableImage);
48-
$this->assertEmpty($result);
48+
$this->assertArrayHasKey('sf_phpunit__image', $result);
4949

5050
// Update
5151
$result = $this->engine->index($searchableImage);

0 commit comments

Comments
 (0)