aboutsummaryrefslogtreecommitdiff
path: root/light_test.go
diff options
context:
space:
mode:
authorCollin Guarino <collin.guarino@gmail.com>2016-02-14 00:00:42 -0500
committerCollin Guarino <collin.guarino@gmail.com>2016-02-14 00:00:42 -0500
commit067d3da3ad723532aaa0c6a009c35ed9cf132deb (patch)
tree9c5d1908d8e011d61cb20e8c652c4cdcc2afc4c5 /light_test.go
parentadab2507bfef36bb0ea1150453829e41fbbc89e2 (diff)
Improved Light.Blink by dimming and raising the brightness instead of turning on and off.
Diffstat (limited to 'light_test.go')
-rw-r--r--light_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/light_test.go b/light_test.go
index c03b412..bdf589f 100644
--- a/light_test.go
+++ b/light_test.go
@@ -31,7 +31,7 @@ func TestSetLightState(t *testing.T) {
selectedLight.SetName(selectedLight.Name)
- selectedLight.Blink(2)
+ selectedLight.Blink(3)
// _ := selectedLight.Delete()
}