aboutsummaryrefslogtreecommitdiff
path: root/light_test.go
diff options
context:
space:
mode:
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 f988925..98c2030 100644
--- a/light_test.go
+++ b/light_test.go
@@ -35,7 +35,7 @@ func TestSetLightState(t *testing.T) {
time.Sleep(time.Second)
selectedLight.Toggle()
time.Sleep(time.Second)
- selectedLight.ColorLoop()
+ selectedLight.ColorLoop(false)
selectedLight.SetName("Ceiling Fan Outer")
}