aboutsummaryrefslogtreecommitdiff
path: root/bridge_test.go
diff options
context:
space:
mode:
authorCollin Guarino <collin.guarino@gmail.com>2016-01-24 23:49:37 -0500
committerCollin Guarino <collin.guarino@gmail.com>2016-01-24 23:49:37 -0500
commit8392337305e5d5a3bb287ec62f212a8b64df95fb (patch)
tree10f58ff9876fb6a2196311154f26ea094dee79f8 /bridge_test.go
parentdcccb4e4d822b5af3d2c4bea84d2fc8bb8a0bd65 (diff)
Unit tests for lights.go file.
Diffstat (limited to 'bridge_test.go')
-rw-r--r--bridge_test.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/bridge_test.go b/bridge_test.go
index 99a169f..546470c 100644
--- a/bridge_test.go
+++ b/bridge_test.go
@@ -1,6 +1,5 @@
package hue
-// "go test"
import (
"log"
"testing"
@@ -9,6 +8,4 @@ import (
func TestNewBridge(t *testing.T) {
bridge := NewBridge("192.168.1.128", "319b36233bd2328f3e40731b23479207")
log.Println(bridge)
-
- GetAllLights(bridge)
} \ No newline at end of file