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 20ab4b8..077dff7 100644
--- a/light_test.go
+++ b/light_test.go
@@ -30,5 +30,5 @@ func TestSetLightState(t *testing.T) {
time.Sleep(time.Second)
selectedLight.ColorLoop()
- selectedLight.SetName("testing")
+ selectedLight.SetName("Ceiling Fan Outer")
}