Skip to content

Commit

Permalink
add timestamp test
Browse files Browse the repository at this point in the history
  • Loading branch information
faiberrec committed Feb 6, 2024
1 parent abd05b6 commit 9a398b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tests/Recurly/PerformanceObligation_Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}

0 comments on commit 9a398b1

Please sign in to comment.