aboutsummaryrefslogtreecommitdiff
path: root/lights_test.go
blob: 66f01c13070c483287a8bd01eb102b683894c8ba (plain)
1
2
3
4
5
6
7
8
9
10
package hue

import (
    "testing"
)
    
func TestGetAllLights(t *testing.T) {
    bridge := NewBridge("192.168.1.128", "319b36233bd2328f3e40731b23479207")
    GetAllLights(bridge)
}