Skip to content

Commit

Permalink
IBX-6631: Removed unnecessary assert
Browse files Browse the repository at this point in the history
  • Loading branch information
barw4 committed Oct 12, 2023
1 parent 94b7703 commit 8c7f28f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions eZ/Publish/API/Repository/Tests/TrashServiceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -254,11 +254,6 @@ public function testLoadTrashItem()
$trashItemReloaded->pathString
);

$this->assertEquals(
$trashItem,
$trashItemReloaded
);

$this->assertInstanceOf(
DateTime::class,
$trashItemReloaded->trashed
Expand Down

0 comments on commit 8c7f28f

Please sign in to comment.