From f7bb831091a6e3bb8bf7e7927bb8470e626ea58f Mon Sep 17 00:00:00 2001 From: Collin Guarino Date: Wed, 24 Feb 2016 20:28:14 -0500 Subject: Major bug fix for Bridge.GetAllLights not working in missing index cases. --- light_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'light_test.go') diff --git a/light_test.go b/light_test.go index ecc5460..b07e8fe 100644 --- a/light_test.go +++ b/light_test.go @@ -9,8 +9,8 @@ package hue import ( "testing" - //"fmt" - "time" + "fmt" + //"time" ) func TestSetLightState(t *testing.T) { -- cgit v1.2.3