Skip to content

Commit

Permalink
fail2
Browse files Browse the repository at this point in the history
  • Loading branch information
iGEL committed Dec 1, 2023
1 parent 0d6137f commit 17d5771
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/signals/hv_test.cljs
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
(ns signals.hv-test
(:require
[clojure.test :refer [deftest is testing]]
[clojure.edn :as edn]
[signals.hv-light :as hv-light]
[signals.hv-semaphore :as hv-semaphore]
[signals.signal :as signal]))

(def no-hp {:main nil})
(def light-hp0 {:main {:green :off
:red :on
:yellow :blue
:yellow nil
:secondary-red nil
:sh1 nil
:zs1 nil
Expand Down

0 comments on commit 17d5771

Please sign in to comment.