From 9a398b1ba67569778b7553e6c5fadcb9ce7a89a5 Mon Sep 17 00:00:00 2001 From: Faiber Rodriguez Date: Tue, 6 Feb 2024 14:55:59 -0500 Subject: [PATCH] add timestamp test --- Tests/Recurly/PerformanceObligation_Test.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Tests/Recurly/PerformanceObligation_Test.php b/Tests/Recurly/PerformanceObligation_Test.php index 446c36bc..5b64075f 100644 --- a/Tests/Recurly/PerformanceObligation_Test.php +++ b/Tests/Recurly/PerformanceObligation_Test.php @@ -15,5 +15,6 @@ public function testPerformanceObligation() { $this->assertEquals('Over Time (Daily)', $pob->name); $this->assertEquals('6', $pob->id); $this->assertInstanceOf('DateTime', $pob->created_at); + $this->assertInstanceOf('DateTime', $pob->updated_at); } }