Skip to content

Commit

Permalink
fix: fixed test for email_sent
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele Barcella committed Oct 24, 2024
1 parent 8d2b768 commit ef4f8d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/Model/EmailTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,7 @@ public function testPropertyStatus()
*/
public function testPropertySentDate()
{
$date = new \DateTime($this->array['sent_date']);
TestCase::assertEquals($this->object['sent_date'], $date);
TestCase::assertEquals($this->object['sent_date'], $this->array['sent_date']);
}

/**
Expand Down

0 comments on commit ef4f8d8

Please sign in to comment.