Skip to content

Commit

Permalink
Merge pull request #148 from fattureincloud/fix-test-devel-2.1.1
Browse files Browse the repository at this point in the history
fix: fixed test for email_sent
  • Loading branch information
barcigabri authored Oct 24, 2024
2 parents 8d2b768 + ef4f8d8 commit 954b099
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 954b099

Please sign in to comment.