From 704c0f287e38c4e00a0d8367056a25671098a706 Mon Sep 17 00:00:00 2001 From: "Michael K. Squires" Date: Sat, 21 Nov 2015 20:36:24 -0600 Subject: [PATCH] GitHub #98 - Fix test --- tests/Phue/Test/RuleTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() ); }