aboutsummaryrefslogtreecommitdiff
path: root/light_test.go
diff options
context:
space:
mode:
authorCollin Guarino <collin.guarino@gmail.com>2016-02-24 20:28:14 -0500
committerCollin Guarino <collin.guarino@gmail.com>2016-02-24 20:28:14 -0500
commitf7bb831091a6e3bb8bf7e7927bb8470e626ea58f (patch)
treec389182857917b4c2f7db14c143a5d3cae6cb4b1 /light_test.go
parent203389517a8c07771aa69c89b28a8c62b04f6b49 (diff)
Major bug fix for Bridge.GetAllLights not working in missing index cases.
Diffstat (limited to 'light_test.go')
-rw-r--r--light_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/light_test.go b/light_test.go
index ecc5460..b07e8fe 100644
--- a/light_test.go
+++ b/light_test.go
@@ -9,8 +9,8 @@ package hue
import (
"testing"
- //"fmt"
- "time"
+ "fmt"
+ //"time"
)
func TestSetLightState(t *testing.T) {