From 13b2a75e81e7ddf5724a37d8df5186031912cd5f Mon Sep 17 00:00:00 2001 From: Collin Guarino Date: Sun, 31 Jan 2016 16:54:36 -0500 Subject: Cleaned up code formatting. --- light_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'light_test.go') diff --git a/light_test.go b/light_test.go index b1ea862..e3d5952 100644 --- a/light_test.go +++ b/light_test.go @@ -19,6 +19,6 @@ func TestSetLightState(t *testing.T) { bridge := NewBridge("192.168.1.128", "319b36233bd2328f3e40731b23479207") lights, _ := GetAllLights(bridge) fmt.Println(lights[0].Name) - newState := LightState{On: true} + newState := LightState{On: false} SetLightState(bridge, lights[0].UniqueID, newState) } -- cgit v1.2.3