Skip to content

Commit

Permalink
GitHub #98 - Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sqmk committed Nov 22, 2015
1 parent e36e3dd commit 704c0f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Phue/Test/RuleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public function testGetCreateDate()
{
$this->assertEquals(
$this->attributes->created,
$this->rule->getCreationTime()
$this->rule->getCreateDate()
);
}

Expand Down

0 comments on commit 704c0f2

Please sign in to comment.