Skip to content

Commit 442e0dc

Browse files
committed
Fix test
1 parent c89a70b commit 442e0dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Account/InvoiceQueryTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public function get_invoice_query_by_id()
6262
$this->assertEquals("This issue was resolved.", $invoiceQuery->resolution);
6363
$this->assertInstanceOf(DateTime::class, $invoiceQuery->resolutionDate);
6464
$this->assertEquals("Submitted", $invoiceQuery->status);
65-
$this->assertEquals("2019-11-07T10:56:54+00:00", $invoiceQuery->date);
65+
$this->assertInstanceOf(DateTime::class, $invoiceQuery->date);
6666
}
6767

6868
/**

0 commit comments

Comments
 (0)