Skip to content

Commit

Permalink
Add todo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Neoteknic committed Oct 21, 2024
1 parent ba9eacc commit bb0985d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Phue/Test/LightTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*/
class LightTest extends TestCase
{
private object $attributes;
private object $attrirtbutes;
/** @var MockObject&Client $mockClient */
private $mockClient;
private Light $light;
Expand Down Expand Up @@ -285,6 +285,7 @@ public function testGetSetXY(): void
*/
public function testGetSetRGB(): void
{
//TODO: Fix this test
$this->stubMockClientSendSetLightStateCommand();

// Make sure original rgb is retrievable
Expand Down

0 comments on commit bb0985d

Please sign in to comment.