Skip to content

Commit

Permalink
fix broken unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbey authored Nov 14, 2016
1 parent dd67c21 commit 8fd6ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Phue/Test/GroupTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ public function testGetSetRGB()
'red' => $rgb['red'],
'green' => $rgb['green'],
'blue' => $rgb['blue']
), $this->light->getRGB());
), $this->group->getRGB());

// Ensure setRGB returns self
$this->assertEquals($this->group, $this->group->setRGB(50, 50, 50));
Expand Down

0 comments on commit 8fd6ee9

Please sign in to comment.