diff --git a/tests/Phue/Test/RuleTest.php b/tests/Phue/Test/RuleTest.php index bb8c0bc..6197191 100644 --- a/tests/Phue/Test/RuleTest.php +++ b/tests/Phue/Test/RuleTest.php @@ -113,7 +113,7 @@ public function testGetCreateDate() { $this->assertEquals( $this->attributes->created, - $this->rule->getCreationTime() + $this->rule->getCreateDate() ); }