aboutsummaryrefslogtreecommitdiff
path: root/lights_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'lights_test.go')
-rw-r--r--lights_test.go15
1 files changed, 0 insertions, 15 deletions
diff --git a/lights_test.go b/lights_test.go
deleted file mode 100644
index 5639630..0000000
--- a/lights_test.go
+++ /dev/null
@@ -1,15 +0,0 @@
-package hue
-
-import (
- "testing"
-)
-
-func TestGetAllLights(t *testing.T) {
- bridge := NewBridge("192.168.1.128", "319b36233bd2328f3e40731b23479207")
- GetAllLights(bridge)
-}
-
-func TestGetLight(t *testing.T) {
- bridge := NewBridge("192.168.1.128", "319b36233bd2328f3e40731b23479207")
- GetLight(bridge, "Bathroom Light")
-}