aboutsummaryrefslogtreecommitdiff
path: root/light_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'light_test.go')
-rw-r--r--light_test.go5
1 files changed, 1 insertions, 4 deletions
diff --git a/light_test.go b/light_test.go
index a4fd777..7a46889 100644
--- a/light_test.go
+++ b/light_test.go
@@ -33,8 +33,5 @@ func TestSetLightState(t *testing.T) {
selectedLight.Blink(2)
- // err := selectedLight.Delete()
- // if err != nil {
- // fmt.Println("error on delete")
- // }
+ // _ := selectedLight.Delete()
}