aboutsummaryrefslogtreecommitdiff
path: root/lights_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'lights_test.go')
-rw-r--r--lights_test.go10
1 files changed, 10 insertions, 0 deletions
diff --git a/lights_test.go b/lights_test.go
new file mode 100644
index 0000000..66f01c1
--- /dev/null
+++ b/lights_test.go
@@ -0,0 +1,10 @@
+package hue
+
+import (
+ "testing"
+)
+
+func TestGetAllLights(t *testing.T) {
+ bridge := NewBridge("192.168.1.128", "319b36233bd2328f3e40731b23479207")
+ GetAllLights(bridge)
+} \ No newline at end of file