Skip to content

Commit

Permalink
corrected corresponding test in CreateGroupTest
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Sep 4, 2016
1 parent b669170 commit 3273bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Phue/Test/Command/CreateGroupTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public function testSend()
->
// ->will($this->returnValue((object)['id' => '/path/5']));
will($this->returnValue((object) array(
'id' => '/path/5'
'id' => '5'
)));

// Send command and get response
Expand Down

0 comments on commit 3273bf9

Please sign in to comment.